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

In This Topic
    GeneratingComplete Property (C1PrintDocument)
    In This Topic
    If the current document is generating (see IsGenerating), gets the approximate completion ratio, from 0 (0% complete) to 1 (100% complete). If the document is currently not generating, gets 1.
    Syntax
    'Declaration
     
    Public ReadOnly Property GeneratingComplete As Double
    public double GeneratingComplete {get;}
    See Also