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 : ConvertRect Method |
public PDFRect ConvertRect( PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFRect rect )
'Declaration
Public Function ConvertRect( _ ByVal sourceType As PDFCoordinateType, _ ByVal destinationType As PDFCoordinateType, _ ByVal rect As PDFRect _ ) As PDFRect
'Usage
Dim instance As PDFDocumentPage Dim sourceType As PDFCoordinateType Dim destinationType As PDFCoordinateType Dim rect As PDFRect Dim value As PDFRect value = instance.ConvertRect(sourceType, destinationType, rect)
public PDFRect convertRect(PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFRect rect)
public: PDFRect ConvertRect( PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFRect rect )
For more information, refer to PDF Coordinate System.
For an example, refer to PDFObject.