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):
    ...
ParameterTypeDescription
deviceaspose.svg.rendering.IDeviceThe user device.

See Also