PdfPageMarginType

PdfPageMarginType enumeration

Represents pdf crop margins to be used during watermark adding.

public enum PdfPageMarginType

Values

Name Value Description
BleedBox 0 Pdf BleedBox is used as watermarking area.
TrimBox 1 Pdf TrimBox is used as watermarking area.
ArtBox 2 Pdf ArtBox is used as watermarking area.

See Also