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

GetFontType Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function GetFontType( _

   ByVal FontIdx As Integer _

) As String
public string GetFontType( 

   int FontIdx

)
public function GetFontType( 

    FontIdx: Integer

): String; 
public function GetFontType( 

   FontIdx : int

) : String;
public: string* GetFontType( 

   int FontIdx

) 
public:

String^ GetFontType( 

   int FontIdx

) 

Parameters

FontIdx
See Also

Reference

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