Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / OperatorList Class
Members

In This Topic
    OperatorList Class
    In This Topic
    The collection of OperatorBase objects.
    Object Model
    OperatorList Class
    Syntax
    'Declaration
     
    Public Class OperatorList 
       Inherits System.Collections.Generic.List(Of OperatorBase)
    public class OperatorList : System.Collections.Generic.List<OperatorBase> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          GrapeCity.Documents.Pdf.Operators.OperatorList

    See Also