windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-pictureeditoptionseditdialog.md
Gets or sets the output image format for the Image Editor dialog.
Namespace : DevExpress.XtraEditors.Controls
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(OutputImageFormat.Default)]
public OutputImageFormat OutputImageFormat { get; set; }
<DefaultValue(OutputImageFormat.Default)>
Public Property OutputImageFormat As OutputImageFormat
| Type | Default |
|---|---|
| OutputImageFormat | Default |
Available values:
| Name | Description |
|---|---|
| Default |
PNG image format.
| | Original |
The output and original image format match.
|
You can access this nested property as listed below:
| Object Type | Path to OutputImageFormat |
|---|---|
| RepositoryItemPictureEdit |
.OptionsEditDialog .OutputImageFormat
|
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
PictureEditOptionsEditDialog Class