HideActionHide Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a flag indicating whether to hide the annotation(s) (true) or show it (false). Default value: true.

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool Hide { get; set; }

Property Value

Type: Boolean
true if hide; otherwise, false.
See Also

Reference