zoom property
zoom property
Represents the scaling factor in percent. It should be between 10 and 400.
Definition:
@property
def zoom(self):
...
@zoom.setter
def zoom(self, value):
...
See Also
- module
aspose.cells
- class
PageSetup
Represents the scaling factor in percent. It should be between 10 and 400.
@property
def zoom(self):
...
@zoom.setter
def zoom(self, value):
...
aspose.cells
PageSetup