←Select platform

ObjectType Property

Summary

PDF object type.

Syntax

C#
VB
Java
C++
public PDFObjectType ObjectType { get; set; } 
Public Property ObjectType As Leadtools.Pdf.PDFObjectType 
public PDFObjectType getObjectType() 
public void setObjectType(PDFObjectType type) { 
             
public: 
property Leadtools.Pdf.PDFObjectType ObjectType { 
   Leadtools.Pdf.PDFObjectType get(); 
   void set (    Leadtools.Pdf.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly