VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / ImageProcessingUndoMonitor Class
Constructors Properties Methods SeeAlso
In This Topic
    ImageProcessingUndoMonitor Class Members
    In This Topic
    The following tables list the members exposed by ImageProcessingUndoMonitor.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImageProcessingUndoMonitor class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the data storage that stores objects. (Inherited from UndoMonitor)
    Public PropertyGets or sets a value indicating whether the undo monitor is enabled. (Inherited from UndoMonitor)
    Public Propertystatic (Shared in Visual Basic)Gets or sets the maximum size, in bytes, of the image that can be used in UndoMonitor. (Inherited from UndoMonitor)
    Public PropertyGets the undo manager associated with the undo monitor. (Inherited from UndoMonitor)
    Public Methods
     NameDescription
    Public MethodDisposes all resources used by the undo monitor.
    Protected Methods
     NameDescription
    Protected MethodReturns a value indicating whether this monitor can copy an image. (Inherited from UndoMonitor)
    Protected MethodDetermines whether this monitor can use the specified data storage.
    See Also