GetThumbnails
Contents
[
Hide
]GetThumbnails(IRenderingOptions)
Returns a Thumbnail Bitmap objects for all slides of a presentation.
public Bitmap[] GetThumbnails(IRenderingOptions options)
Parameter | Type | Description |
---|---|---|
options | IRenderingOptions | Rendering options. |
Return Value
Bitmap objects.
See Also
- interface IRenderingOptions
- interface IPresentation
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnails(IRenderingOptions, int[])
Returns a Thumbnail Bitmap objects for specified slides of a presentation.
public Bitmap[] GetThumbnails(IRenderingOptions options, int[] slides)
Parameter | Type | Description |
---|---|---|
options | IRenderingOptions | Rendering options. |
slides | Int32[] | Array with slide positions, starting from 1. |
Return Value
Bitmap objects.
See Also
- interface IRenderingOptions
- interface IPresentation
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnails(IRenderingOptions, float, float)
Returns a Thumbnail Bitmap objects for all slides of a presentation with custom scaling.
public Bitmap[] GetThumbnails(IRenderingOptions options, float scaleX, float scaleY)
Parameter | Type | Description |
---|---|---|
options | IRenderingOptions | Rendering options. |
scaleX | Single | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | Single | The value by which to scale this Thumbnail in the y-axis direction. |
Return Value
Bitmap objects.
See Also
- interface IRenderingOptions
- interface IPresentation
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnails(IRenderingOptions, int[], float, float)
Returns a Thumbnail Bitmap objects for specified slides of a presentation with custom scaling.
public Bitmap[] GetThumbnails(IRenderingOptions options, int[] slides, float scaleX, float scaleY)
Parameter | Type | Description |
---|---|---|
options | IRenderingOptions | Rendering options. |
slides | Int32[] | Array with slide positions, starting from 1. |
scaleX | Single | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | Single | The value by which to scale this Thumbnail in the y-axis direction. |
Return Value
Bitmap objects.
See Also
- interface IRenderingOptions
- interface IPresentation
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnails(IRenderingOptions, Size)
Returns a Thumbnail Bitmap objects for all slides of a presentation with specified size.
public Bitmap[] GetThumbnails(IRenderingOptions options, Size imageSize)
Parameter | Type | Description |
---|---|---|
options | IRenderingOptions | Rendering options. |
imageSize | Size | Size of the image to create. |
Return Value
Bitmap objects.
See Also
- interface IRenderingOptions
- interface IPresentation
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnails(IRenderingOptions, int[], Size)
Returns a Thumbnail Bitmap objects for specified slides of a presentation with specified size.
public Bitmap[] GetThumbnails(IRenderingOptions options, int[] slides, Size imageSize)
Parameter | Type | Description |
---|---|---|
options | IRenderingOptions | Rendering options. |
slides | Int32[] | Array with slide positions, starting from 1. |
imageSize | Size | Size of the image to create. |
Return Value
Bitmap objects.
See Also
- interface IRenderingOptions
- interface IPresentation
- namespace Aspose.Slides
- assembly Aspose.Slides