Documents for PDF, .NET Edition Documentation
RestObjectRects Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextSplitOptions Class : RestObjectRects Property
Gets or sets the list of areas occupied by embedded objects for the rest of the text after splitting.
Syntax
'Declaration
 
Public Property RestObjectRects As System.Collections.Generic.List(Of ObjectRect)
public System.Collections.Generic.List<ObjectRect> RestObjectRects {get; set;}
See Also

Reference

TextSplitOptions Class
TextSplitOptions Members