SVGViewElementBuilder.ViewTarget
SVGViewElementBuilder.ViewTarget method
Sets the viewTarget attribute of the view element, specifying the target elements for the view.
public SVGViewElementBuilder ViewTarget(params string[] viewTargets)
Parameter | Type | Description |
---|---|---|
viewTargets | String[] | An array of identifiers for the target elements. |
Return Value
The current SVGViewElementBuilder instance.
Exceptions
exception | condition |
---|---|
ArgumentException | Thrown when viewTargets is null or empty. |
See Also
- class SVGViewElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG