Click or drag to resize

CPDFViewerSetIsShowAnnot Method

Set whether to display the annotation.

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void SetIsShowAnnot(
	bool isShowAnnot
)

Parameters

isShowAnnot
Type: SystemBoolean
true to display, otherwise to hide
See Also