Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / AnchoredObjects Property

In This Topic
    AnchoredObjects Property
    In This Topic
    Gets the list of anchored objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property AnchoredObjects As System.Collections.Generic.IReadOnlyList(Of AnchoredObject)
    public System.Collections.Generic.IReadOnlyList<AnchoredObject> AnchoredObjects {get;}
    See Also