Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

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
public enum 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

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features