max_handling_depth property
max_handling_depth property
Gets or sets maximum depth of pages which will be handled. Depth of 1 means that only pages directly referenced from the saved document will be handled. Setting this property to -1 will lead to handling of all pages. Default value is 0.
Definition:
@property
def max_handling_depth(self):
...
@max_handling_depth.setter
def max_handling_depth(self, value):
...
See Also
- module
aspose.svg.saving
- class
ResourceHandlingOptions