←Select platform

SavePdfv13 Property

Summary

Gets or sets a value indicating whether the PDF file should be saved as PDF v1.3.

Syntax
C#
VB
C++
Java
public bool SavePdfv13 { get; set; } 
Public Property SavePdfv13 As Boolean 
public boolean getSavePdfv13() 
public void setSavePdfv13(boolean value) 
public: 
property bool SavePdfv13 { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save the file as PDF v1.3; otherwise it will be saved as PDF v1.2.

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

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