Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFObject Structure : ObjectType Property |
public PDFObjectType ObjectType {get; set;}
'Declaration
Public Property ObjectType As PDFObjectType
'Usage
Dim instance As PDFObject Dim value As PDFObjectType instance.ObjectType = value value = instance.ObjectType
public PDFObjectType getObjectType() public void setObjectType(PDFObjectType type) {
public: property PDFObjectType ObjectType { PDFObjectType get(); void set ( PDFObjectType value); }
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.