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):
    ...
ParameterTypeDescription
urlstrThe URL of the SVG elemen.
documentaspose.svg.dom.DocumentThe document associated with the paint server.

See Also