GetThumbnail
Contents
[
Hide
]GetThumbnail(float, float)
Returns a Thumbnail Bitmap object with custom scaling.
public Bitmap GetThumbnail(float scaleX, float scaleY)
Parameter | Type | Description |
---|---|---|
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 object Bitmap
See Also
- interface ISlide
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnail()
Returns a Thumbnail Image object (20% of real size).
public Bitmap GetThumbnail()
Return Value
Bitmap object Bitmap
See Also
- interface ISlide
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnail(Size)
Returns a Thumbnail Bitmap object with specified size.
public Bitmap GetThumbnail(Size imageSize)
Parameter | Type | Description |
---|---|---|
imageSize | Size | Size of the image to create. |
Return Value
Bitmap object.
See Also
- interface ISlide
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnail(ITiffOptions)
Returns a Thumbnail tiff bitmap object with specified parameters.
public Bitmap GetThumbnail(ITiffOptions options)
Parameter | Type | Description |
---|---|---|
options | ITiffOptions | Tiff options. |
Return Value
Bitmap object.
See Also
- interface ITiffOptions
- interface ISlide
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnail(IRenderingOptions)
Returns a Thumbnail Bitmap object.
public Bitmap GetThumbnail(IRenderingOptions options)
Parameter | Type | Description |
---|---|---|
options | IRenderingOptions | Rendering options. |
Return Value
Bitmap objects.
See Also
- interface IRenderingOptions
- interface ISlide
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnail(IRenderingOptions, float, float)
Returns a Thumbnail Bitmap object with custom scaling.
public Bitmap GetThumbnail(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 ISlide
- namespace Aspose.Slides
- assembly Aspose.Slides
GetThumbnail(IRenderingOptions, Size)
Returns a Thumbnail Bitmap object with specified size.
public Bitmap GetThumbnail(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 ISlide
- namespace Aspose.Slides
- assembly Aspose.Slides