WordProcessingWatermarkBaseOptionsName Property |
Gets or sets the name a shape.
Namespace: GroupDocs.Watermark.Options.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
StringThe shape name.
See Also