Enum document

WatermarkDrawOption

Namespace: Datalogics::PDFL

Description

Specifies how a watermark should be drawn in a PDF document.

Controls whether the watermark is rendered as an annotation or as a form XObject within the page content stream. The "Try" variants attempt the specified method but may fall back if it is not possible.

Values

TryAnnotation

Try to draw the watermark as an annotation; may fall back to another method.

TryFormXObject

Try to draw the watermark as a form XObject; may fall back to another method.

Annotation

Draw the watermark strictly as an annotation.

FormXObject

Draw the watermark strictly as a form XObject in the page content stream.