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

In This Topic
    IsGenerating Property (C1PrintDocument)
    In This Topic
    Indicates whether the document is currently being generated.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsGenerating As Boolean
    public bool IsGenerating {get;}
    See Also