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

AddFontFromFileU Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function AddFontFromFileU( _

   ByVal FilePath As String, _

   ByVal FontName As String, _

   ByVal CharSet As FontCharSet, _

   ByVal Bold As Boolean, _

   ByVal Italic As Boolean _

) As String
public string AddFontFromFileU( 

   string FilePath,

   string FontName,

   FontCharSet CharSet,

   bool Bold,

   bool Italic

)
public function AddFontFromFileU( 

    FilePath: String;

    FontName: String;

    CharSet: FontCharSet;

    Bold: Boolean;

    Italic: Boolean

): String; 
public function AddFontFromFileU( 

   FilePath : String,

   FontName : String,

   CharSet : FontCharSet,

   Bold : boolean,

   Italic : boolean

) : String;
public: string* AddFontFromFileU( 

   string* FilePath,

   string* FontName,

   FontCharSet CharSet,

   bool Bold,

   bool Italic

) 
public:

String^ AddFontFromFileU( 

   String^ FilePath,

   String^ FontName,

   FontCharSet CharSet,

   bool Bold,

   bool Italic

) 

Parameters

FilePath
FontName
CharSet
Bold
Italic
See Also

Reference

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