![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace : PDFCoordinateType Enumeration |
[SerializableAttribute()] public enum PDFCoordinateType : System.Enum
'Declaration
<SerializableAttribute()> Public Enum PDFCoordinateType Inherits System.Enum
'Usage
Dim instance As PDFCoordinateType
public enum PDFCoordinateType
[SerializableAttribute()] public enum class PDFCoordinateType : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | The point or rectangle is in PDF coordinates (1/72 of an inch)![]() ![]() | |
0x00000001 | Pixel | The point or rectangle is in pixels. The resolution of the document (PDFDocument.Resolution will be used to convert the value![]() ![]() |
0x00000002 | 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.
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.PDFCoordinateType