get_thumbnail method
get_thumbnail
Returns shape thumbnail. ShapeThumbnailBounds.Shape shape thumbnail bounds type is used by default.
Returns
Shape thumbnail.
def get_thumbnail(self):
    ...
get_thumbnail
Returns shape thumbnail.
Returns
Shape thumbnail or None in case when ShapeThumbnailBounds.Appearance is used and a shape doesn’t have visible elements.
def get_thumbnail(self, bounds, scale_x, scale_y):
    ...
| Parameter | Type | Description | 
|---|---|---|
| bounds | ShapeThumbnailBounds | Shape thumbnail bounds type. | 
| scale_x | float | X scale | 
| scale_y | float | Y scale | 
See Also
- class SectionZoomFrame
- enumeration ShapeThumbnailBounds
- module aspose.slides
- library Aspose.Slides