XFINIUM.PDF.View.Wpf Documentation
PdfVisualListBoxField Constructor



Xfinium.Pdf.View.Forms Namespace > PdfVisualListBoxField Class : PdfVisualListBoxField Constructor
The underlying field object.
Initializes a new PdfVisualComboBoxField object.
Syntax
'Declaration
 
Public Function New( _
   ByVal field As Xfinium.Pdf.Forms.PdfListBoxField _
)
'Usage
 
Dim field As Xfinium.Pdf.Forms.PdfListBoxField
 
Dim instance As New PdfVisualListBoxField(field)
public PdfVisualListBoxField( 
   Xfinium.Pdf.Forms.PdfListBoxField field
)
public:
PdfVisualListBoxField( 
   Xfinium.Pdf.Forms.PdfListBoxField^ field
)

Parameters

field
The underlying field object.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualListBoxField Class
PdfVisualListBoxField Members