ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfTextFieldBase Class / Text Property

In This Topic
    Text Property (PdfTextFieldBase)
    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