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

GetTextHeight_2 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(302)>

Function GetTextHeight_2( _

   ByVal FontResName As String, _

   ByVal TextSize As Single, _

   ByVal UseFontBox As Boolean _

) As Single
[DispId(302)]

float GetTextHeight_2( 

   string FontResName,

   float TextSize,

   bool UseFontBox

)
function GetTextHeight_2( 

    FontResName: String;

    TextSize: Single;

    UseFontBox: Boolean

): Single; 
DispIdAttribute(302)

function GetTextHeight_2( 

   FontResName : String,

   TextSize : float,

   UseFontBox : boolean

) : float;
[DispId(302)]

float GetTextHeight_2( 

   string* FontResName,

   float TextSize,

   bool UseFontBox

) 
[DispId(302)]

float GetTextHeight_2( 

   String^ FontResName,

   float TextSize,

   bool UseFontBox

) 

Parameters

FontResName
TextSize
UseFontBox
See Also

Reference

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