ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / FormFields Property

In This Topic
    FormFields Property
    In This Topic
    A collection of fields for gathering information interactively from the user.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FormFields As IEnumerable(Of FormField)
    public IEnumerable<FormField> FormFields {get;}
    See Also