public final class PdfPageMarginType extends Object
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.
|
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.
public static final String toString(int value)
Returns a string representation of the PdfPageMarginType value.
value
- The value to convert.public static final int parse(String value)
Parses a string to a PdfPageMarginType enumeration value.
value
- The string to parse.Copyright © 2020. All rights reserved.