Indicates whether document is in generating of its content (true between StartDoc/EndDoc calls.)

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public bool IsGenerating { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property IsGenerating As Boolean

See Also