←Select platform

IsLeadPdf Property

Summary

Gets or sets a value indicating whether the PDF file was created using the support available in the LEADTOOLS PDF Pro, Pro Suite, Document or Medical products.

Syntax
C#
VB
Objective-C
C++
Java
public bool IsLeadPdf { get; set; } 
Public Property IsLeadPdf As Boolean 
@property (nonatomic, assign) BOOL isLeadPdf 
public boolean isLeadPdf() 
public void setIsLeadPdf(boolean value) 
public: 
property bool IsLeadPdf { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the PDF file was created with the support available in the LEADTOOLS PDF Pro, Pro Suite, Document or Medical products; otherwise, false.

Remarks

If the value of this property is true, then other members of this structure are guaranteed to contain accurate information. If the value of this property is false and Format is one of the PDF flavors, such as RasterImageFormat.RasPdfXyz, then the source file is a PDF not created with LEADTOOLS, and the other members of this structure may not be guaranteed to contain accurate information. If this property is true, then calling [RasterCodecs.DeletePage](RasterCodecs-DeletePage(string,int).md is guaranteed to work on this file.

Example

For an example, refer to CodecsRasterPdfInfo.

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.Codecs Assembly