WatermarkAnnotationMode Property

Gets or sets a value indicating if the watermark should be added as an annotation to a document page. Default is false. InBackground will not work with annotation mode. Note that enabling this property is currently not supported for DocumentViewer but it can be enabled when generating PDF documents directly via DocumentConverter.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
public bool AnnotationMode { get; set; }

Property Value

Boolean

See Also