LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

PDFCoordinateType Enumeration






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 PDFCoordinateType : System.Enum 
Leadtools.Pdf.PDFCoordinateType = function() { };
Leadtools.Pdf.PDFCoordinateType.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()]
public enum class PDFCoordinateType : public System.Enum 
Members
MemberDescription
Inch

The point or rectangle is in inches

Pdf

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

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: 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

See Also

Reference

Leadtools.Pdf Namespace
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.