GetImages()
Contents
[
Hide
]Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions>) method
Returns a Image objects for all slides of a presentation.
System::ArrayPtr<System::SharedPtr<IImage>> Aspose::Slides::Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions> options) override
Arguments
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<Export::IRenderingOptions> | Tiff options. |
Return Value
Image objects.
Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions>, System::ArrayPtr<int32_t>) method
Returns a Thumbnail Image objects for specified slides of a presentation.
System::ArrayPtr<System::SharedPtr<IImage>> Aspose::Slides::Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions> options, System::ArrayPtr<int32_t> slides) override
Arguments
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<Export::IRenderingOptions> | Tiff options. |
slides | System::ArrayPtr<int32_t> | Array with slide positions, starting from 1. |
Return Value
Image objects.
Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions>, float, float) method
Returns a Thumbnail Image objects for all slides of a presentation with custom scaling.
System::ArrayPtr<System::SharedPtr<IImage>> Aspose::Slides::Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions> options, float scaleX, float scaleY) override
Arguments
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<Export::IRenderingOptions> | Tiff options. |
scaleX | float | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | float | The value by which to scale this Thumbnail in the y-axis direction. |
Return Value
Image objects.
Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions>, System::ArrayPtr<int32_t>, float, float) method
Returns a Thumbnail Image objects for specified slides of a presentation with custom scaling.
System::ArrayPtr<System::SharedPtr<IImage>> Aspose::Slides::Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions> options, System::ArrayPtr<int32_t> slides, float scaleX, float scaleY) override
Arguments
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<Export::IRenderingOptions> | Tiff options. |
slides | System::ArrayPtr<int32_t> | Array with slide positions, starting from 1. |
scaleX | float | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | float | The value by which to scale this Thumbnail in the y-axis direction. |
Return Value
Image objects.
Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions>, System::Drawing::Size) method
Returns a Thumbnail Image objects for all slides of a presentation with specified size.
System::ArrayPtr<System::SharedPtr<IImage>> Aspose::Slides::Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions> options, System::Drawing::Size imageSize) override
Arguments
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<Export::IRenderingOptions> | Tiff options. |
imageSize | System::Drawing::Size | Size of the image to create. |
Return Value
Image objects.
Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions>, System::ArrayPtr<int32_t>, System::Drawing::Size) method
Returns a Thumbnail Image objects for specified slides of a presentation with specified size.
System::ArrayPtr<System::SharedPtr<IImage>> Aspose::Slides::Presentation::GetImages(System::SharedPtr<Export::IRenderingOptions> options, System::ArrayPtr<int32_t> slides, System::Drawing::Size imageSize) override
Arguments
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<Export::IRenderingOptions> | Tiff options. |
slides | System::ArrayPtr<int32_t> | Array with slide positions, starting from 1. |
imageSize | System::Drawing::Size | Size of the image to create. |
Return Value
Image objects.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IImage
- Class IRenderingOptions
- Class Presentation
- Class Size
- Namespace Aspose::Slides
- Library Aspose.Slides