XFINIUM.PDF Documentation
GetPositionForFieldWidget Method



Xfinium.Pdf.Core Namespace > PdfFileEx Class : GetPositionForFieldWidget Method
The field that owns the widget.
Index of the widget.
Gets the position on the page for the specified field widget.
Syntax
'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.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFileEx Class
PdfFileEx Members