Click or drag to resize

PDFViewCtrlUpdate Method (Boolean)

Redraws the contents.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Update(
	bool all
)

Parameters

all
Type: SystemBoolean
If true, all the rendered contents are discarded and re-rendered; otherwise, only the visible region will be re-rendered.
See Also