Leadtools.Pdf Namespace : PDFObjectType Enumeration |
[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
Member | Description |
---|---|
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. |
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
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