PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ErrorCode Property

In This Topic
    ErrorCode Property (C1PrintDocument)
    In This Topic
    Obsolete. Now gets the Code of the first element in the Warnings collection, or GenerateErrorEnum.None if there are no warnings.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorCode As GenerateErrorEnum
    public GenerateErrorEnum ErrorCode {get;}
    See Also