GetRect
[This method is new in eDocEngine ActiveX v2.0]
Returns the rectangular position/dimensions of the form field item on the page.
Syntax
[VC++]
void GetRect(double* Left, double* Top, double* Right, double* Bottom);
[C#]
public abstract new void GetRect ( System.Double Left , System.Double Top , System.Double Right , System.Double Bottom )
[VB]