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

ImageExportOptions(ImageFormat) Constructor

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

Namespace: DevExpress.XtraPrinting

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

Declaration

public ImageExportOptions(
    ImageFormat format
)

Parameters

Name Type Description
format ImageFormat

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

See Also