←Select platform

ObjectType Property

Summary
PDF object type.
Syntax
C#
VB
C++
Java
public PDFObjectType ObjectType { get; set; } 
Public Property ObjectType As PDFObjectType 
public PDFObjectType getObjectType(); 
public void setObjectType( 
   PDFObjectType pDFObjectType 
); 
public: 
property PDFObjectType ObjectType { 
   PDFObjectType get(); 
   void set (    PDFObjectType ); 
} 

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

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.