PdfStandard Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents a list of supported format specializations.

Namespace:  Apitron.PDF.Kit
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum PdfStandard
Members

  Member nameValueDescription
Default0 ISO 32000 specifies a digital form for representing documents called the Portable Document Format or usually referred to as PDF.
PDFA1 PDF/A (ISO 19005) is now the industry standard for the archiving of digital documents.
AsIs2 Does not specify a format. Keeps a document format as is. It means that standard should not be changed during re-saving the document.
See Also

Reference