render_to method

render_to

This method is used to render the contents of the current document to a specified graphical device.

def render_to(self, device):
    ...
ParameterTypeDescription
deviceaspose.svg.rendering.IDeviceThe user device.

See Also