←Select platform

PDFObjectType Enumeration

Summary
Specifies the PDF object type.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum PDFObjectType  
<SerializableAttribute()> 
Public Enum PDFObjectType  
public final class PDFObjectType 
    extends java.lang.Enum<PDFObjectType> 
[SerializableAttribute()] 
public enum class PDFObjectType  
Members
ValueMemberDescription
0Text 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.
1Rectangle 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)
2Image 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.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.