In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / GetPageTextArea_2 Method

GetPageTextArea_2 Method (IGdViewer)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(145)>

Function GetPageTextArea_2( _

   ByVal Page As Integer, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As String
[DispId(145)]

string GetPageTextArea_2( 

   int Page,

   float Left,

   float Top,

   float Width,

   float Height

)
function GetPageTextArea_2( 

    Page: Integer;

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single

): String; 
DispIdAttribute(145)

function GetPageTextArea_2( 

   Page : int,

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : String;
[DispId(145)]

string* GetPageTextArea_2( 

   int Page,

   float Left,

   float Top,

   float Width,

   float Height

) 
[DispId(145)]

String^ GetPageTextArea_2( 

   int Page,

   float Left,

   float Top,

   float Width,

   float Height

) 

Parameters

Page
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members