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

IXlPicture.Format Property

Gets or sets the file format of a picture.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

ImageFormat Format { get; set; }

Property Value

Type Description
ImageFormat

A ImageFormat object that represents the file format of a picture.

See Also