Skip to main content
All docs
V26.1
  • ImageExportOptions.Rasterize Property

    Indicates whether to rasterize vector objects during image export.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public bool Rasterize { get; set; }

    Property Value

    Type Description
    Boolean

    true if exported images are rasterized; otherwise, false (default).

    Remarks

    The following values are available:

    false (default)
    Slides are exported to vector format (EMF/SVG). The Resolution specifies the image size and does not affect image quality.
    true
    Slides are exported as raster images (DXBitmap). The Resolution option affects both the image size and the resolution value written to the image metadata.
    See Also