PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfTextBox Class / Text Property

In This Topic
    Text Property (PdfTextBox)
    In This Topic
    Gets or sets the text of the current PdfFieldBase.
    Syntax
    'Declaration
     
    
    Public Overridable Property Text As String
    public virtual string Text {get; set;}
    See Also