VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfTextWidgetAnnotationFillTransformer Class / ShowTextBox(WpfImageViewer,Point) Method
Syntax Requirements SeeAlso
In This Topic
    ShowTextBox(WpfImageViewer,Point) Method (WpfPdfTextWidgetAnnotationFillTransformer)
    In This Topic
    Shows the text box in the specified location of specified WpfImageViewer.
    Syntax
    'Declaration
    
    Public Overrides Sub ShowTextBox( _
    ByVal viewer
    The image viewer, where text box must be shown.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal locationInObjectSpace
    The text box location, in text object space.
    As System.Windows.Point _
    )
    public override void ShowTextBox(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    System.Windows.Point locationInObjectSpace
    )
    public: void ShowTextBox(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    System.Windows.Point locationInObjectSpace
    ); override
    public:
    void ShowTextBox(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    System.Windows.Point locationInObjectSpace
    ); override

    Parameters

    viewer
    The image viewer, where text box must be shown.
    locationInObjectSpace
    The text box location, in text object space.
    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