public final class PdfCompliance
extends com.aspose.ms.System.Enum
Specifies the PDF compliance level to output file.
Modifier and Type | Field and Description |
---|---|
static int |
Pdf15
The output file will be PDF 1.5 compliant.
|
static int |
PdfA1a
The output file will be PDF/A-1a compliant.
|
static int |
PdfA1b
The output file will be PDF/A-1b compliant.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int Pdf15
The output file will be PDF 1.5 compliant.
public static final int PdfA1a
The output file will be PDF/A-1a compliant.
public static final int PdfA1b
The output file will be PDF/A-1b compliant.