WatermarkFormat Interface
Contains watermark settings.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Related API Members
The following members return WatermarkFormat objects:
Remarks
Watermarks are stored in shape collections (ShapeCollection) of section headers. Call the Section.BeginUpdateHeader method to access a specific section header. Use the headerâs SubDocument.Shapes property to return a collection of shapes located in the header. Use the Shape.Type property to find a watermark in the collection. This property returns the Watermark value if a shape is a watermark.
The Shape.WatermarkFormat property allows you to obtain and modify watermark settings, as described in the table below.
See Also
