Click or drag to resize

PDFViewCtrlHideAnnotation Method

Disable rendering of a particular annotation. This does not change the annotation itself, just how it is displayed in this viewer instance.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void HideAnnotation(
	IAnnot annot
)

Parameters

annot
Type: pdftron.PDFIAnnot

[Missing <param name="annot"/> documentation for "M:pdftron.PDF.PDFViewCtrl.HideAnnotation(pdftron.PDF.IAnnot)"]

See Also