VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormTextFieldStreamValue Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfInteractiveFormTextFieldStreamValue Class
    In This Topic
    Provides information about the text interactive form field's value stored in a stream.
    Object Model
    PdfResource PdfDocument PdfIndirectReference PdfBasicObject PdfInteractiveFormTextFieldStreamValue
    Syntax
    'Declaration
    
    Public Class PdfInteractiveFormTextFieldStreamValue
       Inherits PdfInteractiveFormTextFieldValue
    
    
    public class PdfInteractiveFormTextFieldStreamValue : PdfInteractiveFormTextFieldValue
    
    
    public __gc class PdfInteractiveFormTextFieldStreamValue : public PdfInteractiveFormTextFieldValue*
    
    
    public ref class PdfInteractiveFormTextFieldStreamValue : public PdfInteractiveFormTextFieldValue^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormTextFieldValue
             Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormTextFieldStreamValue

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also