Back to Devexpress

WatermarkManager.Type Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-watermarkmanager.md

latest1.3 KB
Original Source

WatermarkManager.Type Property

Gets the watermark type.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
WatermarkType Type { get; }
vb
ReadOnly Property Type As WatermarkType

Property Value

TypeDescription
WatermarkType

Indicates the watermark type.

|

Available values:

NameDescription
None

The document contains no watermarks.

| | Text |

Text watermark.

| | Image |

Image watermark.

| | Mixed |

The document contains both image and text watermarks.

|

See Also

WatermarkManager Interface

WatermarkManager Members

DevExpress.XtraRichEdit.API.Native Namespace