Web API Core | ComponentOne
C1.Web.Api.Document.Models Namespace / SearchResult Class / BoundsList Property

In This Topic
    BoundsList Property
    In This Topic
    Gets the list of Rect. The mearurement units is twip.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BoundsList As Rect()
    public Rect[] BoundsList {get;}
    See Also