Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFDocumentPage Class : ConvertPoint Method |
public PDFPoint ConvertPoint( PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFPoint point )
'Declaration
Public Function ConvertPoint( _ ByVal sourceType As PDFCoordinateType, _ ByVal destinationType As PDFCoordinateType, _ ByVal point As PDFPoint _ ) As PDFPoint
'Usage
Dim instance As PDFDocumentPage Dim sourceType As PDFCoordinateType Dim destinationType As PDFCoordinateType Dim point As PDFPoint Dim value As PDFPoint value = instance.ConvertPoint(sourceType, destinationType, point)
public PDFPoint convertPoint(PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFPoint point)
public: PDFPoint ConvertPoint( PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFPoint point )
For more information, refer to PDF Coordinate System.
For an example, refer to PDFObject.