Click or drag to resize

PDFViewCtrlUpdateWithAnnot Method

Redraws the area covered with the provided annotation.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void UpdateWithAnnot(
	IAnnot annot,
	int pageNumber
)

Parameters

annot
Type: pdftron.PDFIAnnot
The annotation to update
pageNumber
Type: SystemInt32
The number of the page on which the annotation is located.
See Also