HiQPdf Library for .NET Help
C#
Show/Hide TOC
Pdf
Standard Enumeration
The PDF standard used to generate the document
Definition
Namespace:
HiQPdf
Assembly:
HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
C#
Copy
public
enum
PdfStandard
Members
Pdf
0
The created PDF document will be conform to PDF standard
PdfA
1
The created PDF document will be conform to PDF/A-1b standard
PdfX
2
The created PDF document will be conform to PDF/X-1a standard
See Also
Reference
HiQPdf Namespace
In This Article
Definition
Members
See Also