GetThumbnails
Contents
[
Hide
]
IPresentation.GetThumbnails method (1 of 6)
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
IPresentation.GetThumbnails method (2 of 6)
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
IPresentation.GetThumbnails method (3 of 6)
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
IPresentation.GetThumbnails method (4 of 6)
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
IPresentation.GetThumbnails method (5 of 6)
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
IPresentation.GetThumbnails method (6 of 6)
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