[SerializableAttribute()]
public enum PDFCoordinateType
<SerializableAttribute()>
Public Enum PDFCoordinateType
public final class PDFCoordinateType
extends java.lang.Enum<PDFCoordinateType>
[SerializableAttribute()]
public enum class PDFCoordinateType
Value | Member | Description |
---|---|---|
0 | The point or rectangle is in PDF coordinates (1/72 of an inch) | |
1 | Pixel | The point or rectangle is in pixels. The resolution of the document (PDFDocument.Resolution will be used to convert the value |
2 | Inch | The point or rectangle is in inches |
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.
For an example, refer to PDFObject.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document