Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PictureEditOptionsEditDialog.OutputImageFormat Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.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