C#
VB
Java
C++
Specifies the PDF coordinate type.
[SerializableAttribute()]
public enum PDFCoordinateType
<SerializableAttribute()>
Public Enum PDFCoordinateType
public enum PDFCoordinateType
[SerializableAttribute()]
public enum class PDFCoordinateType
Members
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET