Skip to main content

TdxDocumentCapabilitiesOptions.Sections Property

Specifies if an end-user can divide the document content into several sections.

Declaration

property Sections: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;

Property Value

Type Default
TdxDocumentCapability Default

Remarks

Use this property to allow or forbid modifying document sections.

For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.

The default value of the Sections property is TdxDocumentCapability.Default.

See Also