Click or drag to resize

AnnotLayerSetIsHideAnnotForType Method

Hide a type of annotation

Namespace:  ComPDFKitViewer.Layer
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
The type of annotation that needs to be hidden
See Also