Class HideAction

HideAction class

Represents a hide action that hides or shows one or more annotations on the screen by setting or clearing their Hidden flags.

public class HideAction : PdfAction

Constructors

NameDescription
HideAction(Annotation)Initializes a new instance of the HideAction class for the specified annotation.
HideAction(Annotation[])Initializes a new instance of the HideAction class for the specified annotations.
HideAction(string)Initializes a new instance of the HideAction class for the specified field name.
HideAction(string[])Initializes a new instance of the HideAction class for the specified field names.
HideAction(Annotation, bool)Initializes a new instance of the HideAction class for the specified annotation and invisibility flag.
HideAction(Annotation[], bool)Initializes a new instance of the HideAction class for the specified annotations and for invisibility flag.
HideAction(string, bool)Initializes a new instance of the HideAction class for the specified field name and invisibility flag.
HideAction(string[], bool)Initializes a new instance of the HideAction class for the specified field names and for invisibility flag.

Properties

NameDescription
IsHidden { get; set; }Gets or sets status of the annotation(s) to hide/display.
Next { get; }Next actions in sequence.

Methods

NameDescription
GetECMAScriptString()Gets string for ECMAScript Action.

See Also