PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Warnings Property

In This Topic
    Warnings Property (C1PrintDocument)
    In This Topic
    Gets the collection of warnings produced by the document's generation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Warnings As WarningCollection
    public WarningCollection Warnings {get;}
    See Also