Aspose::Pdf::Annotations::PrinterMarkSidePosition enum

PrinterMarkSidePosition enum

Represents a position of a registration mark on a page.

enum class PrinterMarkSidePosition

Values

NameValueDescription
Top0Position the mark in the top margin of the page.
Bottom1Position the mark in the bottom margin of the page.
Left2Position the mark in the left margin of the page.
Right3Position the mark in the right margin of the page.

See Also