public final class PrinterMarkSidePosition
extends com.aspose.ms.System.Enum
Represents a position of a registration mark on a page.
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Position the mark in the bottom margin of the page.
|
static int |
Left
Position the mark in the left margin of the page.
|
static int |
Right
Position the mark in the right margin of the page.
|
static int |
Top
Position the mark in the top margin of the page.
|
public static final int Top
Position the mark in the top margin of the page.
public static final int Bottom
Position the mark in the bottom margin of the page.
public static final int Left
Position the mark in the left margin of the page.
public static final int Right
Position the mark in the right margin of the page.
Copyright © 2024 Aspose. All Rights Reserved.