PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / WarningCollection Class
Members

In This Topic
    WarningCollection Class
    In This Topic
    Represents a collection of Warning objects. This is the type of the Warnings property on a C1PrintDocument.
    Object Model
    WarningCollection Class
    Syntax
    'Declaration
     
    Public Class WarningCollection 
       Inherits System.Collections.CollectionBase
    public class WarningCollection : System.Collections.CollectionBase 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.C1Preview.WarningCollection

    See Also