Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionHide Class
Members

In This Topic
    ActionHide Class
    In This Topic
    Represents a hide action, hides or shows one or more GrapeCity.Documents.Pdf.Annotations.WidgetAnnotations on screen by setting or clearing their Hidden flag.
    Object Model
    ActionHide Class
    Syntax
    'Declaration
     
    Public Class ActionHide 
       Inherits ActionBase
    public class ActionHide : ActionBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.DocAction
             GrapeCity.Documents.Pdf.Actions.ActionBase
                GrapeCity.Documents.Pdf.Actions.ActionHide

    See Also