←Select platform

PDFCoordinateType Enumeration

Summary

Specifies the PDF coordinate type.

Syntax

C#
VB
Java
C++
[SerializableAttribute()] 
public enum PDFCoordinateType  
<SerializableAttribute()> 
Public Enum PDFCoordinateType  
    
public 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly