HeaderFooterIsHeader Property |
Gets a value indicating whether this instance is header.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic bool IsHeader { get; }
Public ReadOnly Property IsHeader As Boolean
Get
Property Value
Type:
Boolean if this instance represents header;
if this instance represents footer.
See Also