ISVGPaintServerFactory.Create
ISVGPaintServerFactory.Create method
Creates an SVG paint server object based on the specified URL and document.
public ISvgPaintServer Create(string url, Document document)
Parameter | Type | Description |
---|---|---|
url | String | The URL of the SVG elemen. |
document | Document | The document associated with the paint server. |
Return Value
The created SVG paint server object.
See Also
- interface ISvgPaintServer
- class Document
- interface ISVGPaintServerFactory
- namespace Aspose.Svg.Services
- assembly Aspose.SVG