Namespace TallComponents.PDF.Actions
Class HideAction
The hide action sets or clears the annotation's Hidden flag.
Syntax
public class HideAction
: Action
Constructors
Properties
AnnotationCollection Annotations
The annotations which must be shown or hidden, depending on the Show boolean.
FieldCollection Fields
The fields which must be shown or hidden, depending on the Show boolean.
Boolean Show
Specify if the annotations should be shown (true) or hidden (false).