ImageGear .NET
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)
public void SetWidget( 
   ImGearPDFPage page,
   ImGearPDFFixedRect rect
)
public: void SetWidget( 
   ImGearPDFPage* page,
   ImGearPDFFixedRect* rect
) 
public:
void SetWidget( 
   ImGearPDFPage^ page,
   ImGearPDFFixedRect^ 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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback