←Select platform

ConvertPoint Method

Summary
Converts a point from one coordinate system type to another.
Syntax
C#
VB
C++
Java
Public Function ConvertPoint( _ 
   ByVal sourceType As PDFCoordinateType, _ 
   ByVal destinationType As PDFCoordinateType, _ 
   ByVal point As PDFPoint _ 
) As PDFPoint 

Parameters

sourceType
The current coordinate system type of point.

destinationType
The coordinate system type to convert to.

point
Coordinates to convert.

Return Value

A PDFPoint that contains the converted point.

Remarks

For more information, refer to PDF Coordinate System.

Example

For an example, refer to PDFObject.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.