Leadtools.Pdf Namespace : PDFCoordinateType Enumeration |
[SerializableAttribute()] public enum PDFCoordinateType : System.Enum
'Declaration <SerializableAttribute()> Public Enum PDFCoordinateType Inherits System.Enum
'Usage Dim instance As PDFCoordinateType
[SerializableAttribute()] public enum PDFCoordinateType : System.Enum
Leadtools.Pdf.PDFCoordinateType = function() { }; Leadtools.Pdf.PDFCoordinateType.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class PDFCoordinateType : public System.Enum
Member | Description |
---|---|
Inch | The point or rectangle is in inches |
The point or rectangle is in PDF coordinates (1/72 of an inch) | |
Pixel | The point or rectangle is in pixels. The resolution of the document (PDFDocument.Resolution will be used to convert the value |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2