RestObjectRects Property
RestObjectRects
Gets or sets the list of areas occupied by embedded objects for the rest of the text after splitting.
Declaration
public List<ObjectRect> RestObjectRects { get; set; }
Public Property RestObjectRects As List(Of ObjectRect)