LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFCoordinateType Enumeration

Show in webframe





Specifies the PDF coordinate type.
Syntax
[SerializableAttribute()]
public enum PDFCoordinateType : System.Enum 
'Declaration
 
<SerializableAttribute()>
Public Enum PDFCoordinateType 
   Inherits System.Enum
'Usage
 
Dim instance As PDFCoordinateType

            

            
[SerializableAttribute()]
public enum class PDFCoordinateType : public System.Enum 
Members
ValueMemberDescription
0x00000000Pdf

The point or rectangle is in PDF coordinates (1/72 of an inch)

0x00000001Pixel

The point or rectangle is in pixels. The resolution of the document (PDFDocument.Resolution will be used to convert the value

0x00000002Inch

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Pdf.PDFCoordinateType

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.