WatermarkPrintVisible Property

Gets or sets a value indicating if the watermark should be displayed when printed. Default is true. Note that disabling this property is currently not supported for DocumentViewer but it can be disabled 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 PrintVisible { get; set; }

Property Value

Boolean

See Also