public final class PdfPageMarginType
extends com.aspose.ms.System.Enum
Represents pdf crop margins to be used during watermark adding.
Modifier and Type | Field and Description |
---|---|
static int |
ArtBox
Pdf ArtBox is used as watermarking area.
|
static int |
BleedBox
Pdf BleedBox is used as watermarking area.
|
static int |
TrimBox
Pdf TrimBox is used as watermarking area.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int BleedBox
Pdf BleedBox is used as watermarking area.
public static final int TrimBox
Pdf TrimBox is used as watermarking area.
public static final int ArtBox
Pdf ArtBox is used as watermarking area.
Copyright © 2018. All rights reserved.