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