Documents for PDF, .NET Edition Documentation
ObjectRects Property

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

Reference

TextLayout Class
TextLayout Members