Documents for PDF, .NET Edition Documentation
AnchoredObjects Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : AnchoredObjects Property
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

Reference

TextLayout Class
TextLayout Members