Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace : PDFObjectType Enumeration |
[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
Value | Member | Description |
---|---|---|
0x00000000 | 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. |
0x00000001 | 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) |
0x00000002 | 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) |
The PDFObjectType enumeration is used as the type for the PDFObject.ObjectType property and is used to determine the object type.
For an example, refer to PDFObject.
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.PDFObjectType