Click or drag to resize

PDFViewCtrlSetProgressiveRenderingInterval Method

Sets the interval at which the rendering will be updated

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetProgressiveRenderingInterval(
	TimeSpan interval
)

Parameters

interval
Type: TimeSpan
The time between updates in units of 100 nanoseconds. Default is 7500000, or 0.75 seconds.
See Also