HiQPdf Documentation

PdfStandard Enumeration

HiQPdf Client for .NET Core
The PDF standard used to generate the document

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public enum PdfStandard
Members

  Member nameValueDescription
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

Reference