Click or drag to resize

CPDFAnnotationSetIsHidden Method

This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public virtual bool SetIsHidden(
	bool isHidden
)

Parameters

isHidden
Type: SystemBoolean

Return Value

Type: Boolean
See Also