LEADTOOLS PDF (Leadtools.Pdf assembly)

ObjectType Property

Show in webframe





Gets or sets the 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:
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.