Skip to main content
All docs
V24.1

RichEditImageExportOptions.Format Property

Specifies the image format for exported pages.

Namespace: DevExpress.XtraRichEdit.Export.Image

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public DXImageFormat Format { get; set; }

Property Value

Type Description
DXImageFormat

An object that defines the image format.

See Also