WordProcessingShapeBehindText Property |
Gets or sets a value indicating whether the shape is over or behind the text.
Namespace: GroupDocs.Watermark.Contents.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic bool BehindText { get; set; }
Public Property BehindText As Boolean
Get
Set
public:
property bool BehindText {
bool get ();
void set (bool value);
}
member BehindText : bool with get, set
Property Value
Type:
Boolean
The value indicating whether the shape is over or behind the text.
True if the shape is behind the text; otherwise, false.
See Also