PrinterMarksKind
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.PrinterMarksKind, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.PrinterMarksKind, com.aspose.ms.System.Enum, com.aspose.pdf.PrinterMarksKind
public final class PrinterMarksKind extends com.aspose.ms.System.Enum
Specifies the types of printer’s marks to be added to a document. This enumeration has a {@link FlagsAttribute} attribute that allows a bitwise combination of its member values.
Fields
| Field | Description |
|---|---|
| All | Specifies that all types of printer’s marks are to be added. |
| BleedMarks | Specifies that bleed marks are to be added. |
| ColorBars | Specifies that color bars are to be added. |
| None | Specifies that no printer’s marks are to be added. |
| PageInformation | Specifies that page information is to be added. |
| RegistrationMarks | Specifies that registration marks are to be added. |
| TrimMarks | Specifies that trim marks are to be added. |
All
public static final int All
Specifies that all types of printer’s marks are to be added.
BleedMarks
public static final int BleedMarks
Specifies that bleed marks are to be added.
ColorBars
public static final int ColorBars
Specifies that color bars are to be added.
None
public static final int None
Specifies that no printer’s marks are to be added.
PageInformation
public static final int PageInformation
Specifies that page information is to be added.
RegistrationMarks
public static final int RegistrationMarks
Specifies that registration marks are to be added.
TrimMarks
public static final int TrimMarks
Specifies that trim marks are to be added.