Skip to main content
A newer version of this page is available. .

PictureEditOptionsEditDialog.OutputImageFormat Property

Gets or sets the output image format for the Image Editor dialog.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(OutputImageFormat.Default)]
public OutputImageFormat OutputImageFormat { get; set; }

Property Value

Type Default
OutputImageFormat **Default**

Available values:

Name Description
Default

PNG image format.

Original

The output and original image format match.

Property Paths

You can access this nested property as listed below:

Object Type Path to OutputImageFormat
RepositoryItemPictureEdit
.OptionsEditDialog .OutputImageFormat

Remarks

After you modify an image in the Image Editor (see ShowEditMenuItem), the image is saved in the format specified by the OutputImageFormat property. The default format is PNG.

Set the OutputImageFormat property to Original to save the image in the original format. For instance, if the initial image format was JPG, the output image format will be JPG as well.

See Also