java.lang.Object
com.aspose.diagram.PdfCompliance
public class PdfCompliance
| Field Summary | ||
|---|---|---|
static final int | PDF_15 | |
| The output file will be PDF 1.5 compliant. | ||
static final int | PDF_A_1_A | |
| The output file will be PDF/A-1a compliant. | ||
static final int | PDF_A_1_B | |
| The output file will be PDF/A-1b compliant. | ||
| Field Detail |
|---|
PDF_15 | |
public static final int PDF_15 | |
PDF_A_1_A | |
public static final int PDF_A_1_A | |
PDF_A_1_B | |
public static final int PDF_A_1_B | |