[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionHide

ActionHide Class

Represents a hide action, hides or shows one or more WidgetAnnotations on screen by setting or clearing their Hidden flag.

Inheritance
ActionHide
Implements
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
public class ActionHide : ActionBase, IPdfDict
Public Class ActionHide
    Inherits ActionBase
    Implements IPdfDict

Constructors

Name Description
ActionHide()

Initializes a new instance of the ActionHide class.

Properties

Name Description
Hide

Gets or sets a flag indicating whether to hide the annotation (if property is true) or show it.

LinkedObjects

Gets or sets an array of objects which are linked with this ActionHide. It can be an AnnotationBase object or a string defining the fully qualified field name of an interactive form field whose associated widget annotation or annotations are to be affected.

Extension Methods