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