XFINIUM.PDF.View.Wpf Documentation
PdfVisualCheckBoxWidget Constructor



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

Parameters

fieldWidget
The underlying field widget.
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

PdfVisualCheckBoxWidget Class
PdfVisualCheckBoxWidget Members