LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFObjectType Enumeration

Show in webframe





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 class PDFObjectType : public System.Enum 
Members
ValueMemberDescription
0x00000000Text

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.

0x00000001Rectangle

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)

0x00000002Image

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)

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

See Also

Reference

Leadtools.Pdf Namespace
PDF Coordinate System

 

 


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