LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

ObjectType Property






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 PDFObjectType ObjectType {get; set;}
 get_ObjectType();
set_ObjectType(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFObject Structure
PDFObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.