PageMarginType

PdfContent.PageMarginType property

Gets or sets pdf page margins to be used during watermark adding.

public PdfPageMarginType PageMarginType { get; set; }

Property Value

Pdf page margins to be used during watermark adding.

Remarks

This property works only when ConsiderParentMargins is set to true. If ConsiderParentMargins is false, when pdf CropBox is used as watermarking area.

The default value is TrimBox.

See Also