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 FlagsAttribute
attribute that allows a bitwise combination of its member values.
Modifier and Type | Field and Description |
---|---|
static int |
All
Specifies that all types of printer's marks are to be added.
|
static int |
BleedMarks
Specifies that bleed marks are to be added.
|
static int |
ColorBars
Specifies that color bars are to be added.
|
static int |
None
Specifies that no printer's marks are to be added.
|
static int |
PageInformation
Specifies that page information is to be added.
|
static int |
RegistrationMarks
Specifies that registration marks are to be added.
|
static int |
TrimMarks
Specifies that trim marks are to be added.
|
public static final int None
Specifies that no printer's marks are to be added.
public static final int TrimMarks
Specifies that trim marks are to be added.
public static final int BleedMarks
Specifies that bleed marks are to be added.
public static final int RegistrationMarks
Specifies that registration marks are to be added.
public static final int ColorBars
Specifies that color bars are to be added.
public static final int PageInformation
Specifies that page information is to be added.
public static final int All
Specifies that all types of printer's marks are to be added.
Copyright © 2025 Aspose. All Rights Reserved.