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

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

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v26.1.Core.dll

    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