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

In This Topic
    AddWarningsWhenErrorInScript Property (SampleC1PrintDocument)
    In This Topic
    Gets or sets a value indicating whether to add messages to the current document's C1.C1Preview.C1PrintDocument.Warnings collection when script errors are found.

    The default value is false.

    Syntax
    'Declaration
     
    Public Property AddWarningsWhenErrorInScript As Boolean
    public bool AddWarningsWhenErrorInScript {get; set;}
    See Also