PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / IsDirty Property

In This Topic
    IsDirty Property (C1MultiDocument)
    In This Topic
    Gets a value indicating whether the current C1MultiDocument has been changed since it was last generated.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDirty As Boolean
    public bool IsDirty {get;}
    See Also