HideAction Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a hide action (PDF 1.2) hides or shows one or more annotations on the screen by setting or clearing their Hidden flags. This type of action can be used in combination with appearance streams and trigger events to display pop-up help information on the screen.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.ActionsAction
        Apitron.PDF.Kit.Interactive.ActionsHideAction

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class HideAction : Action

The HideAction type exposes the following members.

Constructors

  NameDescription
Public methodHideAction(Boolean, Annotation)
Initializes a new instance of the HideAction class.
Public methodHideAction(Boolean, String)
Initializes a new instance of the Action class.
Top
Properties

  NameDescription
Public propertyActionType
Gets the type of the action.
(Inherited from Action.)
Public propertyAnnotations
Gets the annotation or annotations to be hidden or shown.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFieldNames
Gets the field names to be hidden or shown.
Public propertyHide
Gets or sets a flag indicating whether to hide the annotation(s) (true) or show it (false). Default value: true.
Public propertyNext
The next action or sequence of actions that shall be performed after the action represented by this instance.
(Inherited from Action.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference