Class 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.
public class HideAction : PdfAction
Constructors
Name | Description |
---|---|
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
Name | Description |
---|---|
IsHidden { get; set; } | Gets or sets status of the annotation(s) to hide/display. |
Next { get; } | Next actions in sequence. |
See Also
- class PdfAction
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF