Click or drag to resize

PdfASavingBehavior Enumeration

Specifies the behavior of PdfDocument on saving PDF/A documents.

Namespace:  Atalasoft.PdfDoc.PdfA
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PdfASavingBehavior
Members
  Member nameDescription
PreserveOriginalPdfType The PDF/A document will be saved or will be thrown PdfAException, if all source documents are PDF/A. Otherwise regular PDF document will be saved. The default value.
SavePdfA The PDF/A document will be saved. If one of the source documents is not PDF/A or have color profile with different color space, then PdfAException will be thrown.
SavePdf The regular PDF document without PDF/A metadata will be saved, regardless of the source document.
See Also