Click or drag to resize

PDFViewCtrlUpdate Method (Rect)

Redraws the given area in the buffer.

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

Parameters

update_rect
Type: pdftron.PDFRect
The rectangle to update expressed in screen coordinates.
See Also