VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools Namespace / AnnotationVisualTool Class / CreatePasteUIAction() Method
Syntax Requirements SeeAlso
In This Topic
    CreatePasteUIAction() Method (AnnotationVisualTool)
    In This Topic
    Creates the UI action that pastes the selected annotations from the clipboard.
    Syntax
    'Declaration
    
    Protected Overridable Function CreatePasteUIAction() As Vintasoft.Imaging.UIActions.PasteItemUIAction
    
    
    protected virtual Vintasoft.Imaging.UIActions.PasteItemUIAction CreatePasteUIAction()
    
    
    protected: virtual Vintasoft.Imaging.UIActions.PasteItemUIAction* CreatePasteUIAction()
    
    
    protected:
    virtual Vintasoft.Imaging.UIActions.PasteItemUIAction^ CreatePasteUIAction()

    Return Value

    A new instance of PasteItemUIAction.
    Requirements

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

    See Also