Informs whether the document can be printed. The value depends on the DocumentPermissions.allowPrinting and the currently set edit mode.

Introduced: X18.

<void> TXTextControl.getCanPrint(<RequestBooleanCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback The callback function that receives the requested value.
errorCallback Optional. Is called when the operation failed with an error.