image_type property
image_type property
Gets or sets the image type of a zoom object.
Read/write ZoomImageType.
Default value: Preview
Remarks
Specifies whether the Zoom object is using the slide preview or a cover image.
Definition:
@property
def image_type(self):
    ...
@image_type.setter
def image_type(self, value):
    ...
See Also
- enumeration ZoomImageType
- class ZoomObject
- module aspose.slides
- library Aspose.Slides