Click or drag to resize

CPDFViewerSetIsHideAnnotForType Method

Set the annotation type to be hidden.

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void SetIsHideAnnotForType(
	List<C_ANNOTATION_TYPE> hideType
)

Parameters

hideType
Type: System.Collections.GenericListC_ANNOTATION_TYPE
Annotation type to be hidden.
See Also