ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfFieldBase Class / Value Property

In This Topic
    Value Property (PdfFieldBase)
    In This Topic
    Gets or sets the value of the current PdfFieldBase.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    public object Value {get; set;}
    See Also