HTMLDocument.RenderTo

HTMLDocument.RenderTo method

This method is used to print the contents of the current document to the specified device.

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

See Also