XFINIUM.PDF.View.Wpf Documentation
TextBoxWidget Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualTextBoxWidget Class : TextBoxWidget Property
Gets the underlying textbox widget.
Syntax
'Declaration
 
Public ReadOnly Property TextBoxWidget As Xfinium.Pdf.Forms.PdfTextBoxWidget
'Usage
 
Dim instance As PdfVisualTextBoxWidget
Dim value As Xfinium.Pdf.Forms.PdfTextBoxWidget
 
value = instance.TextBoxWidget
public Xfinium.Pdf.Forms.PdfTextBoxWidget TextBoxWidget {get;}
public:
property Xfinium.Pdf.Forms.PdfTextBoxWidget^ TextBoxWidget {
   Xfinium.Pdf.Forms.PdfTextBoxWidget^ get();
}

Property Value

A Xfinium.Pdf.Forms.PdfTextBoxWidget object representing the non-visual textbox widget.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualTextBoxWidget Class
PdfVisualTextBoxWidget Members