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

ImageExportOptions Class

Contains options which define how a document is exported to an image.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class ImageExportOptions :
    PageByPageExportOptionsBase,
    IXtraSupportShouldSerialize

The following members return ImageExportOptions objects:

Remarks

For more information, refer to Export to Image.

See Also