Visual Basic (Declaration) | |
---|---|
Public Property SavePdfA As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool SavePdfA {get; set;} |
Return Value
true to save the file as PDF/A; otherwise it will be saved as PDF.For an example, refer to CodecsPdfOptions.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family