|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PdfConformanceLevel>
com.spire.pdf.PdfConformanceLevel
public enum PdfConformanceLevel
Specifies the Pdf document's Conformance-level.
Enum Constant Summary | |
---|---|
None
Specifies Default / No Conformance. |
|
Pdf_A_1_A
the Pdf document's Conformance-level is Pdf_A_1_A |
|
Pdf_A_1_B
the Pdf document's Conformance-level is Pdf_A_1_B |
|
Pdf_A_2_A
the Pdf document's Conformance-level is Pdf_A_1_A |
|
Pdf_A_2_B
the Pdf document's Conformance-level is Pdf_A_2_B |
|
Pdf_A_2_U
the Pdf document's Conformance-level is Pdf_A_2_U |
|
Pdf_A_3_A
the Pdf document's Conformance-level is Pdf_A_3_A |
|
Pdf_A_3_B
the Pdf document's Conformance-level is Pdf_A_3_B |
|
Pdf_A_3_U
the Pdf document's Conformance-level is Pdf_A_3_U |
|
Pdf_X_1_A_2001
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. |
Enum Constant Detail |
---|
public static final PdfConformanceLevel None
public static final PdfConformanceLevel Pdf_A_1_B
public static final PdfConformanceLevel Pdf_X_1_A_2001
public static final PdfConformanceLevel Pdf_A_1_A
public static final PdfConformanceLevel Pdf_A_2_A
public static final PdfConformanceLevel Pdf_A_2_B
public static final PdfConformanceLevel Pdf_A_2_U
public static final PdfConformanceLevel Pdf_A_3_B
public static final PdfConformanceLevel Pdf_A_3_A
public static final PdfConformanceLevel Pdf_A_3_U
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |