Skip to main content

TdxCustomDocumentCapabilitiesOptions.InlinePicturesAllowed Method

Returns a value indicating whether it is possible to work with inline pictures in the active document.

Declaration

function InlinePicturesAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can insert and modify inline pictures within the current document. If the InlinePicturesAllowed function returns False, inline picture handling is not allowed.

Note

The InlinePicturesAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the availability of the inline picture insertion functionality, use the InlinePictures property instead.

See Also