LEADTOOLS Image File Support (Leadtools.Codecs assembly)

SavePdfA Property

Show in webframe







Gets or sets a value indicating whether the PDF file should be saved as PDF/A-1b.
Syntax
public bool SavePdfA {get; set;}
'Declaration
 
Public Property SavePdfA As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.SavePdfA = value
 
value = instance.SavePdfA
public bool SavePdfA {get; set;}

            
public boolean getSavePdfA()
public void setSavePdfA(boolean value)
            
 
get_SavePdfA();
set_SavePdfA(value);
Object.defineProperty('SavePdfA');
public:
property bool SavePdfA {
   bool get();
   void set (    bool value);
}

Property Value

true to save the file as PDF/A; otherwise it will be saved as PDF.
Remarks

Note: It is recommended you use the Version property instead of SavePdfA, SavePdfv13, SavePdfv14, SavePdfv15 and SavePdfv16. Version provides a clearer view of what the final version of the raster PDF will be when saving with LEADTOOLS. Setting Version will automatically toggles the various SavePdfXYZ properties accordingly and setting these properties might change the value of Version.

PDF/A is a subset of the PDF standard that contains only those features that are suited for long-term archival. Primarily this means that the document will be completely self-contained: it includes all content, font and color information.

Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.