public final class PrinterMarkCornerPosition
extends com.aspose.ms.System.Enum
Represents a position of a mark in a corner of a page.
Modifier and Type | Field and Description |
---|---|
static int |
BottomLeft
Position the mark in the bottom left corner.
|
static int |
BottomRight
Position the mark in the bottom right corner.
|
static int |
TopLeft
Position the mark in the top left corner.
|
static int |
TopRight
Position the mark in the top right corner.
|
public static final int TopLeft
Position the mark in the top left corner.
public static final int TopRight
Position the mark in the top right corner.
public static final int BottomLeft
Position the mark in the bottom left corner.
public static final int BottomRight
Position the mark in the bottom right corner.
Copyright © 2024 Aspose. All Rights Reserved.