'Declaration
Public Function GetPositionForFieldWidget( _ ByVal fieldName As String, _ ByVal widgetIndex As Integer _ ) As PdfVisualRectangle
'Usage
Dim instance As PdfFileEx Dim fieldName As String Dim widgetIndex As Integer Dim value As PdfVisualRectangle value = instance.GetPositionForFieldWidget(fieldName, widgetIndex)
public PdfVisualRectangle GetPositionForFieldWidget( string fieldName, int widgetIndex )
public: PdfVisualRectangle^ GetPositionForFieldWidget( String^ fieldName, int widgetIndex )
Parameters
- fieldName
- The field that owns the widget.
- widgetIndex
- Index of the widget.
Return Value
A Xfinium.Pdf.Graphics.PdfVisualRectangle specifying the position of the widget on the page.