image_size property

image_size property

Specifies size of a generated TIFF image. Default value is 0x0, what means that generated image sizes will be calculated based on presentation slide size value. Read/write aspose.pydrawing.Size.

Definition:

@property
def image_size(self):
    ...

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

See Also