Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

ObjectType Property






PDF object type.
Syntax
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);
}

Property Value

A PDFObjectType enumeration member that specifies the PDF object type. The default value is PDFObjectType.Text.
Remarks

Currently LEADTOOLS supports reading the following object types from a PDF file:

Example

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.

Requirements

Target Platforms

See Also

Reference

PDFObject Structure
PDFObject Members

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features