TdxDocumentCapabilitiesOptions.HeadersFooters Property
Specifies the state of UI elements linked to the header and footer editing commands.
Declaration
property HeadersFooters: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
Property Value
Type | Default |
---|---|
TdxDocumentCapability | Default |
Remarks
Commands affected by the HeadersFooters property value include:
For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.
The default value of the HeadersFooters property is TdxDocumentCapability.Default.
See Also