view_target method
view_target
Sets the viewTarget attribute of the view element, specifying the target elements for the view.
Returns
The current SVGViewElementBuilder instance.
def view_target(self, view_targets):
...
Parameter | Type | Description |
---|---|---|
view_targets | list | An array of identifiers for the target elements. |
Exceptions
Exception | Description |
---|---|
ArgumentException | Thrown when viewTargets is null or empty. |
See Also
- module
aspose.svg.builder
- class
SVGViewElementBuilder