DocumentOptionsWatermarks Property

Gets the collection of the text or image watermarks to embed to the displayed document. Downloading as PDF will also include the same watermarks.

Note that changes in this property change CachePdfKey and in effect CacheXpzKey.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public Collection<Watermark> Watermarks { get; set; }

Property Value

CollectionWatermark

See Also