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

PDFObjectType Enumeration






Specifies the PDF object type.
Syntax
[SerializableAttribute()]
public enum PDFObjectType : System.Enum 
'Declaration
 
<SerializableAttribute()>
Public Enum PDFObjectType 
   Inherits System.Enum
'Usage
 
Dim instance As PDFObjectType
[SerializableAttribute()]
public enum PDFObjectType : System.Enum 
Leadtools.Pdf.PDFObjectType = function() { };
Leadtools.Pdf.PDFObjectType.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()]
public enum class PDFObjectType : public System.Enum 
Members
MemberDescription
Image

The item is an image. The coordinates of the image are in PDFObject.Bounds in PDF units (1/72 of an inch and bottom left)

Rectangle

The item is a rectangle. The coordinates of the rectangle are in PDFObject.Bounds in PDF units (1/72 of an inch and bottom left)

Text

The item is text. The PDFObject.Code contains the character code for this text item. The PDFObject.Bounds contains the character exact bounds with any internal or external leading in PDF units (1/72 of an inch and bottom left) and the PDFObject.TextProperties property contains its font and color information.

Remarks

The PDFObjectType enumeration is used as the type for the PDFObject.ObjectType property and is used to determine the object type.

Example

For an example, refer to PDFObject.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Pdf.PDFObjectType

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.