PdfComplianceLevel
Contents
[
Hide
]
Inheritance: java.lang.Object, java.lang.Enum
public enum PdfComplianceLevel extends Enum<PdfComplianceLevel>
Represents a list of supported PDF compliance levels.
Fields
Field | Description |
---|---|
Auto | The output file will comply with the PDF/A-1b standard by default. |
PdfA1a | The output file will comply with the PDF/A-1a standard. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
Auto
public static final PdfComplianceLevel Auto
The output file will comply with the PDF/A-1b standard by default.
PdfA1a
public static final PdfComplianceLevel PdfA1a
The output file will comply with the PDF/A-1a standard.
values()
public static PdfComplianceLevel[] values()
Returns: com.groupdocs.redaction.options.PdfComplianceLevel[]
valueOf(String name)
public static PdfComplianceLevel valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: PdfComplianceLevel