RichEditImageExportOptions.Format Property
In This Article
Specifies the image format for exported pages.
Namespace: DevExpress.XtraRichEdit.Export.Image
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public DXImageFormat Format { get; set; }
#Property Value
Type | Description |
---|---|
DXImage |
An object that defines the image format. |
See Also