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

GetPageTextArea Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(286)>

Function GetPageTextArea( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As String
[DispId(286)]

string GetPageTextArea( 

   float Left,

   float Top,

   float Width,

   float Height

)
function GetPageTextArea( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single

): String; 
DispIdAttribute(286)

function GetPageTextArea( 

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : String;
[DispId(286)]

string* GetPageTextArea( 

   float Left,

   float Top,

   float Width,

   float Height

) 
[DispId(286)]

String^ GetPageTextArea( 

   float Left,

   float Top,

   float Width,

   float Height

) 

Parameters

Left
Top
Width
Height
See Also

Reference

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