FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Clone a widget from one page to another. More...
Public Attributes | |
AnnotId | srcWidgetId |
The ID of the source widget. More... | |
string | targetFieldName |
The field name of the target widget. More... | |
number | targetPageIndex |
The index of the target page. More... | |
Rect | targetPDFRect |
The target position of the cloned widget. More... | |
Clone a widget from one page to another.
This options object is used in the PDFForm.cloneWidgets method to clone widgets from one page to another.
AnnotId CloneWidgetOptions::srcWidgetId |
The ID of the source widget.
string CloneWidgetOptions::targetFieldName |
The field name of the target widget.
If this property is provided, the cloned widget will have this field name.
number CloneWidgetOptions::targetPageIndex |
The index of the target page.
Rect CloneWidgetOptions::targetPDFRect |
The target position of the cloned widget.
If this property is not provided, the widget will be cloned at the same position as the source widget.