PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / IsDirty Property

In This Topic
    IsDirty Property
    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