ImageGear .NET - Updated October 26, 2017
SetWidget(ImGearPDFPage,ImGearPDFFixedRect) Method




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : SetWidget(ImGearPDFPage,ImGearPDFFixedRect) Method
The page to place the push button widget.
The bounds of the push button widget.
Deletes all widgets currently on the page, creates a widget annotation on the specified page and at the specified location, and then attaches the widget to the field.
Syntax
'Declaration
 
Public Sub SetWidget( _
   ByVal page As ImGearPDFPage, _
   ByVal rect As ImGearPDFFixedRect _
) 
 
'Usage
 
Dim instance As Field
Dim page As ImGearPDFPage
Dim rect As ImGearPDFFixedRect
 
instance.SetWidget(page, rect)

Parameters

page
The page to place the push button widget.
rect
The bounds of the push button widget.
See Also

Reference

Field Class
Field Members