Back to Devexpress

PictureEditOptionsEditDialog.OutputImageFormat Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-pictureeditoptionseditdialog.md

latest2.3 KB
Original Source

PictureEditOptionsEditDialog.OutputImageFormat Property

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

Declaration

csharp
[DefaultValue(OutputImageFormat.Default)]
public OutputImageFormat OutputImageFormat { get; set; }
vb
<DefaultValue(OutputImageFormat.Default)>
Public Property OutputImageFormat As OutputImageFormat

Property Value

TypeDefault
OutputImageFormatDefault

Available values:

NameDescription
Default

PNG image format.

| | Original |

The output and original image format match.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

PictureEditOptionsEditDialog Class

PictureEditOptionsEditDialog Members

DevExpress.XtraEditors.Controls Namespace