refresh_thumbnail property

refresh_thumbnail property

Specifies whether the presentation thumbnail will be refreshed. Read/write bool. Default value is true .

Remarks

When the option value is true , the new thumbnail will be generated.

When the option value is false , the current thumbnail will be saved as is.

Definition:

@property
def refresh_thumbnail(self):
    ...

@refresh_thumbnail.setter
def refresh_thumbnail(self, value):
    ...

See Also