PdfStandard Enumeration

The PDF standard used to generate the document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public enum PdfStandard

Members

Pdf0 The created PDF document will be conform to PDF standard
PdfA1 The created PDF document will be conform to PDF/A-1b standard
PdfX2 The created PDF document will be conform to PDF/X-1a standard

See Also