Skip to main content

TdxCustomDocumentCapabilitiesOptions.EndNotesAllowed Method

Indicates if end notes can be created in a document.

Warning

This function always returns False because TdxRichEditControl and TdxRichEditDocumentServer components do not support end notes in v25.2.

Declaration

function EndNotesAllowed: Boolean; virtual;

Returns

Type Description
Boolean

True if end notes are available; otherwise, False.

Note

The function always returns False in v25.2.

See Also