XFINIUM.PDF.View.Win Documentation
PushButtonField Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualPushButtonField Class : PushButtonField Property
Gets the associated pushbutton field.
Syntax
'Declaration
 
Public ReadOnly Property PushButtonField As Xfinium.Pdf.Forms.PdfPushButtonField
'Usage
 
Dim instance As PdfVisualPushButtonField
Dim value As Xfinium.Pdf.Forms.PdfPushButtonField
 
value = instance.PushButtonField
public Xfinium.Pdf.Forms.PdfPushButtonField PushButtonField {get;}
public:
property Xfinium.Pdf.Forms.PdfPushButtonField^ PushButtonField {
   Xfinium.Pdf.Forms.PdfPushButtonField^ get();
}

Property Value

The corresponding non-visual pushbutton field.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


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

PdfVisualPushButtonField Class
PdfVisualPushButtonField Members