Documents for PDF, .NET Edition Documentation
InlineObjects Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : InlineObjects Property
Gets the list of inline objects.
Syntax
'Declaration
 
Public ReadOnly Property InlineObjects As System.Collections.Generic.IReadOnlyList(Of InlineObject)
public System.Collections.Generic.IReadOnlyList<InlineObject> InlineObjects {get;}
See Also

Reference

TextLayout Class
TextLayout Members