Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / Figures Property

In This Topic
    Figures Property (PathBuilder)
    In This Topic
    Gets the list of figures to be converted to a path.
    Syntax
    'Declaration
     
    Public ReadOnly Property Figures As System.Collections.Generic.List(Of IFigure)
    public System.Collections.Generic.List<IFigure> Figures {get;}
    See Also