HideAction
Contents
[
Hide
]HideAction class
Represents a hide action that hides or shows one or more annotations on the screen by setting or clearing their Hidden flags.
The HideAction type exposes the following members:
Constructors
Name | Description |
---|---|
HideAction(annotation) | Initializes a new instance of the HideAction class |
HideAction(annotation, is_hidden) | Initializes a new instance of the HideAction class |
HideAction(field_name) | Initializes a new instance of the HideAction class |
HideAction(field_name, is_hidden) | Initializes a new instance of the HideAction class |
HideAction(annotations) | Initializes a new instance of the HideAction class |
HideAction(annotations, is_hidden) | Initializes a new instance of the HideAction class |
HideAction(names) | Initializes a new instance of the HideAction class |
HideAction(names, is_hidden) | Initializes a new instance of the HideAction class |
Properties
Name | Description |
---|---|
next | Next actions in sequence. |
is_hidden | Gets or sets status of the annotation(s) to hide/display. |
See Also
- namespace aspose.pdf.annotations
- assembly Aspose.PDF