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

In This Topic
    InlineObjects Property
    In This Topic
    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