ImageGear .NET
AddWidget(ImGearPDFPage,ImGearPDFFixedRect) Method




The page to insert the widget on.
The location on the page to create the widget.
Creates and adds a widget to the field.
Syntax
'Declaration
 
Public Overloads Function AddWidget( _
   ByVal page As ImGearPDFPage, _
   ByVal rect As ImGearPDFFixedRect _
) As WidgetAnnotation
'Usage
 
Dim instance As Field
Dim page As ImGearPDFPage
Dim rect As ImGearPDFFixedRect
Dim value As WidgetAnnotation
 
value = instance.AddWidget(page, rect)
public WidgetAnnotation AddWidget( 
   ImGearPDFPage page,
   ImGearPDFFixedRect rect
)
public: WidgetAnnotation* AddWidget( 
   ImGearPDFPage* page,
   ImGearPDFFixedRect* rect
) 
public:
WidgetAnnotation^ AddWidget( 
   ImGearPDFPage^ page,
   ImGearPDFFixedRect^ rect
) 

Parameters

page
The page to insert the widget on.
rect
The location on the page to create the widget.

Return Value

The newly created widget that was added.
See Also

Reference

Field Class
Field Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback