Skip to main content
All docs
V26.1
  • Presentation.ExportToImages(ImageExportOptions, Int32[]) Method

    Exports presentation slides to images. Parameters specify image indexes and export options.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public DXImage[] ExportToImages(
        ImageExportOptions options,
        params int[] slideIndexes
    )

    Parameters

    Name Type Description
    options ImageExportOptions

    Image export settings.

    slideIndexes Int32[]

    A slide index array (specifies slides to be exported).

    Returns

    Type Description
    DXImage[]

    An array of images that are exported slides.

    Remarks

    For more information, refer to the following help topic: Export Presentation Slides to Images with DevExpress Presentation API Library.

    See Also