Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / PathOperator Class / Operators Field

In This Topic
    Operators Field (PathOperator)
    In This Topic
    The array of operators forming the path.
    Syntax
    'Declaration
     
    Public ReadOnly Operators As System.Collections.Generic.IList(Of OperatorBase)
    public readonly System.Collections.Generic.IList<OperatorBase> Operators
    See Also