render_to method
render_to
This method is used to print the contents of the current document to the specified device.
def render_to(self, device):
...
Parameter | Type | Description |
---|---|---|
device | aspose.svg.rendering.IDevice | The user device. |
See Also
- module
aspose.svg
- class
SVGDocument