Skip to main content
All docs
V23.2

ImageExportOptions(DXImageFormat) Constructor

Initializes a new instance of the ImageExportOptions class with the specified image format.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public ImageExportOptions(
    DXImageFormat format
)

Parameters

Name Type Description
format DXImageFormat

An ImageFormat object. This value is assigned to the ImageExportOptions.Format property.

See Also