Click or drag to resize

PDFViewCtrlShowAnnotation Method

Enable rendering of a particular annotation. Only has an effect if HideAnnotation() has previously been called on the same annot.

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

Parameters

annot
Type: pdftron.PDFIAnnot

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

See Also