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

SetItemsFont Method (ThumbnailEx)

In This Topic
Syntax
'Declaration

 

Public Function SetItemsFont( _

   ByVal FontName As String, _

   ByVal FontSize As Single, _

   ByVal FontStyle As FontStyle _

) As GdPictureStatus
public GdPictureStatus SetItemsFont( 

   string FontName,

   float FontSize,

   FontStyle FontStyle

)
public function SetItemsFont( 

    FontName: String;

    FontSize: Single;

    FontStyle: FontStyle

): GdPictureStatus; 
public function SetItemsFont( 

   FontName : String,

   FontSize : float,

   FontStyle : FontStyle

) : GdPictureStatus;
public: GdPictureStatus SetItemsFont( 

   string* FontName,

   float FontSize,

   FontStyle FontStyle

) 
public:

GdPictureStatus SetItemsFont( 

   String^ FontName,

   float FontSize,

   FontStyle FontStyle

) 

Parameters

FontName
FontSize
FontStyle
See Also

Reference

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