←Select platform

PDFCoordinateType Enumeration

Summary
Specifies the PDF coordinate type.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum PDFCoordinateType  
<SerializableAttribute()> 
Public Enum PDFCoordinateType  
public final class PDFCoordinateType 
    extends java.lang.Enum<PDFCoordinateType> 
[SerializableAttribute()] 
public enum class PDFCoordinateType  
Members
ValueMemberDescription
0Pdf The point or rectangle is in PDF coordinates (1/72 of an inch)
1Pixel The point or rectangle is in pixels. The resolution of the document (PDFDocument.Resolution will be used to convert the value
2Inch The point or rectangle is in inches
Remarks

The PDFCoordinateType enumeration is used as the sourceType and destinationType parameters passed to the PDFDocumentPage.ConvertPoint and PDFDocumentPage.ConvertRect methods.

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.