LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

IsLeadPdf Property






Gets or sets a value indicating whether the PDF file was created with the LEADTOOLS Raster PDF plug in. .NET support WinRT support
Syntax
public bool IsLeadPdf {get; set;}
'Declaration
 
Public Property IsLeadPdf As Boolean
'Usage
 
Dim instance As CodecsRasterPdfInfo
Dim value As Boolean
 
instance.IsLeadPdf = value
 
value = instance.IsLeadPdf
public bool IsLeadPdf {get; set;}
 get_IsLeadPdf();
set_IsLeadPdf(value);
public:
property bool IsLeadPdf {
   bool get();
   void set (    bool value);
}

Property Value

true if the PDF file was created with the LEADTOOLS Raster PDF plug in, false; otherwise.
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 (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.

Example
For an example, refer to CodecsRasterPdfInfo.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsRasterPdfInfo Structure
CodecsRasterPdfInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.