C#
VB
Java
C++
Specifies the PDF object type.
[SerializableAttribute()]
public enum PDFObjectType
<SerializableAttribute()>
Public Enum PDFObjectType
public enum PDFObjectType
[SerializableAttribute()]
public enum class PDFObjectType
Members
Value | Member | Description |
---|---|---|
0 | 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. |
1 | 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) |
2 | 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET