Aspose::Pdf::Annotations::PrinterMarksKind enum

PrinterMarksKind enum

Specifies the types of printer’s marks to be added to a document.

enum class PrinterMarksKind

Values

NameValueDescription
None0Specifies that no printer’s marks are to be added.
TrimMarksn/aSpecifies that trim marks are to be added.
BleedMarksn/aSpecifies that bleed marks are to be added.
RegistrationMarksn/aSpecifies that registration marks are to be added.
ColorBarsn/aSpecifies that color bars are to be added.
PageInformationn/aSpecifies that page information is to be added.
Alln/aSpecifies that all types of printer’s marks are to be added.

Remarks

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

See Also