PDF object type.
public PDFObjectType ObjectType { get; set; }
Public Property ObjectType As PDFObjectType
public PDFObjectType getObjectType()
public void setObjectType(PDFObjectType type) {
public:
property PDFObjectType ObjectType {
PDFObjectType get();
void set ( PDFObjectType );
}
A PDFObjectType enumeration member that specifies the PDF object type. The default value is PDFObjectType.Text.
Currently LEADTOOLS supports reading the following object types from a PDF file:
PDFObjectType.Text: for each text character in the page.
PDFObjectType.Image: for each image in the page.
PDFObjectType.Rectangle: for each rectangle in the page.
For an example, refer to PDFObject to show how to draw the objects of a PDF page to an image and PDFTextProperties to show how to write the text of a PDF page to an external file.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document