[]
Represents a hide action, hides or shows one or more WidgetAnnotations on screen by setting or clearing their Hidden flag.
public class ActionHide : ActionBase, IPdfDict
Initializes a new instance of the ActionHide class.
public ActionHide()
Gets or sets a flag indicating whether to hide the annotation (if property is true) or show it.
public bool Hide { get; set; }
Gets or sets an array of objects which are linked with this ActionHide. It can be an AnnotationBase object or a string defining the fully qualified field name of an interactive form field whose associated widget annotation or annotations are to be affected.
public ActionHide.LinkedObjectCollection LinkedObjects { get; }