render method

render

def render(self, device, source):
    ...
ParameterTypeDescription
deviceIDevice
sourceaspose.html.dom.svg.SVGDocument

render

def render(self, device, sources):
    ...
ParameterTypeDescription
deviceIDevice
sourceslist

render

def render(self, device, timeout, sources):
    ...
ParameterTypeDescription
deviceIDevice
timeoutTimeSpan
sourceslist

render

def render(self, device, source, timeout):
    ...
ParameterTypeDescription
deviceIDevice
sourceaspose.html.dom.svg.SVGDocument
timeoutTimeSpan

render

def render(self, device, source, timeout):
    ...
ParameterTypeDescription
deviceIDevice
sourceaspose.html.dom.svg.SVGDocument
timeoutint

render

def render(self, device, timeout, sources):
    ...
ParameterTypeDescription
deviceIDevice
timeoutint
sourceslist

See Also