Document.RenderTo

Document.RenderTo method

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

public virtual void RenderTo(IDevice device)
ParameterTypeDescription
deviceIDeviceThe user device.

See Also