Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

ConvertPoint Method






The current coordinate system type of point.
The coordinate system type to convert to.
Coordinates to convert.
Converts a point from one coordinate system type to another.
Syntax
'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)

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

See Also

Reference

PDFDocumentPage Class
PDFDocumentPage Members
PDF Coordinate System

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features