VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.Undo Namespace / AnnotationViewCollectionUndoAction Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    AnnotationViewCollectionUndoAction Class
    In This Topic
    Undo action that stores information about changes in AnnotationViewCollection object.
    Object Model
    IDataStorage AnnotationViewCollectionUndoAction
    Syntax
    'Declaration
    
    Public Class AnnotationViewCollectionUndoAction
       Inherits Vintasoft.Imaging.Undo.UndoAction
    
    
    public class AnnotationViewCollectionUndoAction : Vintasoft.Imaging.Undo.UndoAction
    
    
    public __gc class AnnotationViewCollectionUndoAction : public Vintasoft.Imaging.Undo.UndoAction*
    
    
    public ref class AnnotationViewCollectionUndoAction : public Vintasoft.Imaging.Undo.UndoAction^
    
    
    Remarks

    String with undo action description can be constructed using values of the following properties:

    • Source - an instance of AnnotationView class, which was changed.
    • ActionSource - string that contains annotation properties, separated by comma, which were changed.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Undo.UndoAction
          Vintasoft.Imaging.Annotation.UI.Undo.AnnotationViewCollectionUndoAction

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also