DiagramHeaderFooterHeaderRight Property |
Gets or sets the text string that appears in the right portion of document header.
Namespace: GroupDocs.Watermark.Contents.DiagramAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic string HeaderRight { get; set; }
Public Property HeaderRight As String
Get
Set
public:
property String^ HeaderRight {
String^ get ();
void set (String^ value);
}
member HeaderRight : string with get, set
Property Value
Type:
StringThe text string that appears in the right portion of document header.
See Also