PdfPageMarginType

Contents
[ ]

Inheritance: java.lang.Object

public final class PdfPageMarginType

Represents pdf crop margins to be used during watermark adding.

Fields

Field Description
BleedBox Pdf BleedBox is used as watermarking area.
TrimBox Pdf TrimBox is used as watermarking area.
ArtBox Pdf ArtBox is used as watermarking area.

Methods

Method Description
toString(int value) Returns a string representation of the [PdfPageMarginType](../../com.groupdocs.watermark.contents/pdfpagemargintype) value.
parse(String value) Parses a string to a [PdfPageMarginType](../../com.groupdocs.watermark.contents/pdfpagemargintype) enumeration value.

BleedBox

public static final int BleedBox

Pdf BleedBox is used as watermarking area.

TrimBox

public static final int TrimBox

Pdf TrimBox is used as watermarking area.

ArtBox

public static final int ArtBox

Pdf ArtBox is used as watermarking area.

toString(int value)

public static final String toString(int value)

Returns a string representation of the [PdfPageMarginType](../../com.groupdocs.watermark.contents/pdfpagemargintype) value.

Parameters:

Parameter Type Description
value int The value to convert.

Returns: java.lang.String - The string representation of the [PdfPageMarginType](../../com.groupdocs.watermark.contents/pdfpagemargintype) value.

parse(String value)

public static final int parse(String value)

Parses a string to a [PdfPageMarginType](../../com.groupdocs.watermark.contents/pdfpagemargintype) enumeration value.

Parameters:

Parameter Type Description
value java.lang.String The string to parse.

Returns: int - The [PdfPageMarginType](../../com.groupdocs.watermark.contents/pdfpagemargintype) enumeration value.