Specifies the Pdf document's Conformance-level.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfConformanceLevel
Public Enumeration PdfConformanceLevel
public enum class PdfConformanceLevel
type PdfConformanceLevel
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
Specifies Default / No Conformance.
|
| Pdf_A1B | 1 |
This PDF/A ISO standard [ISO 19005-1:2005] is based on Adobe PDF version 1.4
and This Level B conformance indicates minimal compliance to ensure that the
rendered visual appearance of a conforming file is preservable over the long term.
|
| Pdf_X1A2001 | 2 |
This PDF/X-1a:2001 ISO standard [ISO 15930-1] is based on Adobe PDF version 1.3
which uses only CMYK + Spot Color and this compliance to ensure that the
contents will be reliably reproduced in the repress environment.
|
| Pdf_A1A | 3 |
PDF/A-1a ensures the preservation of a document's logical structure and con-tent text stream in natural reading order.
|
| Pdf_A2A | 4 |
PDF/A-2a standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check.
|
| Pdf_A2B | 5 |
PDF/A-2b standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check.
|
| Pdf_A3A | 6 |
PDF/A-3a standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check
|
| Pdf_A3B | 7 |
PDF/A-3b standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check
|