Package com.aspose.tasks
Class PdfCompliance
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.PdfCompliance
-
public final class PdfCompliance extends com.aspose.ms.System.Enum
Specifies the PDF compliance level to output file.
-
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
Pdf15
public static final int Pdf15
PDF/15 level of compliance.
- See Also:
- Constant Field Values
-
PdfA1a
public static final int PdfA1a
PDF/A-1a level of compliance.
- See Also:
- Constant Field Values
-
PdfA1b
public static final int PdfA1b
PDF/A-1b level of compliance.
- See Also:
- Constant Field Values
-
-