GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / GetTextWidth Method





In This Topic
GetTextWidth Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(303)>
Function GetTextWidth( _
   ByVal FontResName As String, _
   ByVal TextSize As Single, _
   ByVal Text As String _
) As Single
[DispId(303)]
float GetTextWidth( 
   string FontResName,
   float TextSize,
   string Text
)
function GetTextWidth( 
    FontResName: String;
    TextSize: Single;
    Text: String
): Single; 
DispIdAttribute(303)
function GetTextWidth( 
   FontResName : String,
   TextSize : float,
   Text : String
) : float;
[DispId(303)]
float GetTextWidth( 
   string* FontResName,
   float TextSize,
   string* Text
) 
[DispId(303)]
float GetTextWidth( 
   String^ FontResName,
   float TextSize,
   String^ Text
) 

Parameters

FontResName
TextSize
Text
See Also

Reference

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