Documents for PDF, .NET Edition Documentation
LinkedObjects Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Actions Namespace > ActionHide Class : LinkedObjects Property
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 Property LinkedObjects As System.Collections.Generic.List(Of Object)
public System.Collections.Generic.List<object> LinkedObjects {get; set;}
See Also

Reference

ActionHide Class
ActionHide Members