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

PictureEditOptionsEditDialog.OutputImageFormat Property

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default
OutputImageFormat Default

Available values:

Name
Default
Original

Property Paths

You can access this nested property as listed below:

Object Type Path to OutputImageFormat
RepositoryItemPictureEdit
.OptionsEditDialog .OutputImageFormat
See Also