Click or drag to resize
Pdf Library for .NET

PdfStandard Enumeration

The list of pdf standards available.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public enum PdfStandard
Members
  Member nameValueDescription
Full0 The full pdf features can be used in the generated pdf document.
PdfA1 The generated pdf is in conformance with PDF/A standard which makes the document suitable for long term archiving.
PdfX2 The generated PDF is in conformance with PDF/X standard which makes the document suitable for graphics exchange.
PdfSiqQLevelA3 The generated PDF is in conformance with PDF/SiqQ Level A standard which makes the document suitable for being digitally signed.
PdfSiqQLevelB4 The generated PDF is in conformance with PDF/SiqQ Level B standard which makes the document suitable for being digitally signed.
See Also