Leadtools.Codecs Namespace > CodecsPdfSaveOptions Class : SavePdfv16 Property |
public bool SavePdfv16 {get; set;}
'Declaration Public Property SavePdfv16 As Boolean
'Usage Dim instance As CodecsPdfSaveOptions Dim value As Boolean instance.SavePdfv16 = value value = instance.SavePdfv16
public bool SavePdfv16 {get; set;}
public boolean getSavePdfv16() public void setSavePdfv16(boolean value)
get_SavePdfv16();
set_SavePdfv16(value);
Object.defineProperty('SavePdfv16');
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.