Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public static explicit operator PdfPoint (
PdfSize size
)
VB
Public Shared Narrowing Operator CType (
size As PdfSize
) As PdfPoint
Parameters
- size
- Type: BitMiracle.Docotic.Pdf.PdfSize
The PdfSize structure to be converted.
Return Value
Type:
PdfPoint
The
PdfPoint structure to which this operator converts.
See Also