Enum PrinterMarkCornerPosition

PrinterMarkCornerPosition enumeration

Represents a position of a mark in a corner of a page.

public enum PrinterMarkCornerPosition

Values

NameValueDescription
TopLeft0Position the mark in the top left corner.
TopRight1Position the mark in the top right corner.
BottomLeft2Position the mark in the bottom left corner.
BottomRight3Position the mark in the bottom right corner.

See Also