Skip to main content
All docs
V25.1
  • ImageExportOptions(DXImageFormat) Constructor

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

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v25.1.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