XFINIUM.PDF.View.Wpf Documentation
Widget Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualFieldWidget Class : Widget Property
Gets the underlying field widget.
Syntax
'Declaration
 
Public ReadOnly Property Widget As Xfinium.Pdf.Forms.PdfFieldWidget
'Usage
 
Dim instance As PdfVisualFieldWidget
Dim value As Xfinium.Pdf.Forms.PdfFieldWidget
 
value = instance.Widget
public Xfinium.Pdf.Forms.PdfFieldWidget Widget {get;}
public:
property Xfinium.Pdf.Forms.PdfFieldWidget^ Widget {
   Xfinium.Pdf.Forms.PdfFieldWidget^ get();
}

Property Value

A Xfinium.Pdf.Forms.PdfFieldWidget object representing the non-visual 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

PdfVisualFieldWidget Class
PdfVisualFieldWidget Members