←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 type) { 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly