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 Medicalproducts.
public bool IsLeadPdf { get; set; }
Public Property IsLeadPdf As Boolean
public bool IsLeadPdf {get; set;}
@property (nonatomic, assign) BOOL isLeadPdf
public boolean isLeadPdf()
public void setIsLeadPdf(boolean value)
<br/>get_IsLeadPdf();<br/>set_IsLeadPdf(value);<br/>Object.defineProperty('IsLeadPdf');
true if the PDF file was created with the support available in the LEADTOOLS PDF Pro, Pro Suite, Document or Medicalproducts; otherwise, false.
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 (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 is guaranteed to work on this file.
For an example, refer to CodecsRasterPdfInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET