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