[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionHide

Class ActionHide

Namespace
GrapeCity.Documents.Pdf.Actions
Assembly
GcDocs.Pdf.dll

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

public class ActionHide : ActionBase, IPdfDict
Inheritance
object
ActionHide
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

ActionHide()

Initializes a new instance of the ActionHide class.

public ActionHide()

Properties

Hide

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

public bool Hide { get; set; }

Property Value

bool

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.

public ActionHide.LinkedObjectCollection LinkedObjects { get; }

Property Value

ActionHide.LinkedObjectCollection