Skip to main content

DocumentExportCapabilities.InlinePictures Property

Gets or sets whether the in-line pictures support is required for correct export of the document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v25.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public bool InlinePictures { get; set; }

Property Value

Type Description
Boolean

true if the document contains in-line images; otherwise, false.

Remarks

Use this property to check for the required formatting capabilities.

See Also