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

In This Topic
    FormFields Property (C1PdfViewer)
    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