VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / TextObjectTextBoxTransformerEventArgs Class / TextObjectTextBoxTransformerEventArgs Constructor(ImageViewer,ITextInteractiveObject,RichTextBox,Boolean)
Syntax Exceptions Requirements SeeAlso
In This Topic
    TextObjectTextBoxTransformerEventArgs Constructor(ImageViewer,ITextInteractiveObject,RichTextBox,Boolean)
    In This Topic
    Initializes a new instance of the TextObjectTextBoxTransformerEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal viewer
    The image viewer.
    As Vintasoft.Imaging.UI.ImageViewer, _
    ByVal textObject
    A text object.
    As ITextInteractiveObject, _
    ByVal textBox
    A System.Windows.Forms.RichTextBox of text annotation.
    As System.Windows.Forms.RichTextBox, _
    ByVal canCancel
    A value indicating whether the action can be canceled.
    As Boolean _
    )
    public TextObjectTextBoxTransformerEventArgs(
    Vintasoft.Imaging.UI.ImageViewer viewer,
    ITextInteractiveObject textObject,
    System.Windows.Forms.RichTextBox textBox,
    bool canCancel
    )
    public: TextObjectTextBoxTransformerEventArgs(
    Vintasoft.Imaging.UI.ImageViewer* viewer,
    ITextInteractiveObject* textObject,
    System.Windows.Forms.RichTextBox textBox,
    bool canCancel
    )
    public:
    TextObjectTextBoxTransformerEventArgs(
    Vintasoft.Imaging.UI.ImageViewer^ viewer,
    ITextInteractiveObject^ textObject,
    System.Windows.Forms.RichTextBox textBox,
    bool canCancel
    )

    Parameters

    viewer
    The image viewer.
    textObject
    A text object.
    textBox
    A System.Windows.Forms.RichTextBox of text annotation.
    canCancel
    A value indicating whether the action can be canceled.
    Exceptions
    ExceptionDescription
    Thrown if textBox or textAnnotation is null.
    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