GetPageTextArea(Single,Single,Single,Single) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetPageTextArea( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single _
) As String
public string GetPageTextArea(
float ,
float ,
float ,
float
)
public function GetPageTextArea(
: Single;
: Single;
: Single;
: Single
): String;
public function GetPageTextArea(
: float,
: float,
: float,
: float
) : String;
public: string* GetPageTextArea(
float ,
float ,
float ,
float
)
public:
String^ GetPageTextArea(
float ,
float ,
float ,
float
)
Parameters
- Left
- Top
- Width
- Height
See Also