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

In This Topic
    LinkedObjects Property
    In This Topic
    Gets or sets an array of objects which are linked with this ActionHide. It can be an GrapeCity.Documents.Pdf.Annotations.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.
    Syntax
    'Declaration
     
    Public ReadOnly Property LinkedObjects As ActionHide.LinkedObjectCollection
    public ActionHide.LinkedObjectCollection LinkedObjects {get;}
    See Also