Aspose::Pdf::Annotations::HideAction class

HideAction class

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

class HideAction : public Aspose::Pdf::Annotations::PdfAction

Methods

MethodDescription
get_IsHidden()Gets status of the annotation(s) to hide/display.
get_Next()Next actions in sequence.
GetECMAScriptString()Gets string for ECMAScript Action.
HideAction(System::SharedPtr<Annotation>)Initializes a new instance of the HideAction class for the specified annotation.
HideAction(System::SharedPtr<Annotation>, bool)Initializes a new instance of the HideAction class for the specified annotation and invisibility flag.
HideAction(System::String)Initializes a new instance of the HideAction class for the specified field name.
HideAction(System::String, bool)Initializes a new instance of the HideAction class for the specified field name and invisibility flag.
HideAction(System::ArrayPtr<System::SharedPtr<Annotation>>)Initializes a new instance of the HideAction class for the specified annotations.
HideAction(System::ArrayPtr<System::SharedPtr<Annotation>>, bool)Initializes a new instance of the HideAction class for the specified annotations and for invisibility flag.
HideAction(System::ArrayPtr<System::String>)Initializes a new instance of the HideAction class for the specified field names.
HideAction(System::ArrayPtr<System::String>, bool)Initializes a new instance of the HideAction class for the specified field names and for invisibility flag.
set_IsHidden(bool)Sets status of the annotation(s) to hide/display.
ToString() const overrideReturns string representation of ExplicitDestination object.

See Also