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

In This Topic
    ObjectRects Property
    In This Topic
    Gets or sets the list of areas occupied by embedded objects.
    Syntax
    'Declaration
     
    Public Property ObjectRects As System.Collections.Generic.List(Of ObjectRect)
    public System.Collections.Generic.List<ObjectRect> ObjectRects {get; set;}
    See Also