Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfImageInfo Class / WidgetReferences Property

In This Topic
    WidgetReferences Property
    In This Topic
    Gets the list of references to the image from widget annotations.
    Syntax
    'Declaration
     
    Public ReadOnly Property WidgetReferences As System.Collections.Generic.List(Of PdfImageWidgetAnnotationReference)
    public System.Collections.Generic.List<PdfImageWidgetAnnotationReference> WidgetReferences {get;}
    See Also