VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfTextWidgetAnnotationFillTransformer Class / ShowTextBox(ImageViewer,PointF) Method
Syntax Requirements SeeAlso
In This Topic
    ShowTextBox(ImageViewer,PointF) Method (PdfTextWidgetAnnotationFillTransformer)
    In This Topic
    Shows the text box in the specified location of specified ImageViewer.
    Syntax
    'Declaration
    
    Public Overrides Sub ShowTextBox( _
    ByVal viewer
    The image viewer, where text box must be shown.
    As Vintasoft.Imaging.UI.ImageViewer, _
    ByVal locationInObjectSpace
    The text box location, in text object space.
    As System.Drawing.PointF _
    )
    public override void ShowTextBox(
    Vintasoft.Imaging.UI.ImageViewer viewer,
    System.Drawing.PointF locationInObjectSpace
    )
    public: void ShowTextBox(
    Vintasoft.Imaging.UI.ImageViewer* viewer,
    System.Drawing.PointF locationInObjectSpace
    ); override
    public:
    void ShowTextBox(
    Vintasoft.Imaging.UI.ImageViewer^ viewer,
    System.Drawing.PointF 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