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

ImageExportOptions.ImageFormats Field

Lists the available image formats (“.bmp”, “.gif”, “.jpg”, “.png”, “.emf”, “.wmf”, “.tiff”).

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public static readonly Dictionary<string, ImageFormat> ImageFormats

Field Value

Type
Dictionary<String, ImageFormat>
See Also