PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / ErrorDesc Property

In This Topic
    ErrorDesc Property (SampleC1PrintDocument)
    In This Topic
    Obsolete. Now gets the description of the first element in the Warnings collection, or an empty string if there are no warnings.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorDesc As String
    public string ErrorDesc {get;}
    See Also