create method
create
Creates an SVG paint server object based on the specified URL and document.
Returns
The created SVG paint server object.
def create(self, url, document):
...
| Parameter | Type | Description |
|---|---|---|
| url | str | The URL of the SVG elemen. |
| document | aspose.svg.dom.Document | The document associated with the paint server. |
See Also
- module
aspose.svg.services - class
ISVGPaintServerFactory - class
ISvgPaintServer