PDF object type.
public PDFObjectType ObjectType { get; set; }
Public Property ObjectType As Leadtools.Pdf.PDFObjectType
public PDFObjectType getObjectType()
public void setObjectType(PDFObjectType type) {
public:
property Leadtools.Pdf.PDFObjectType ObjectType {
Leadtools.Pdf.PDFObjectType get();
void set ( Leadtools.Pdf.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.
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