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