ImageGear for .NET
FontType Property




Gets or sets font type.
Syntax
'Declaration
 
Public Property FontType As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPFont
Dim value As ImGearXMPString
 
instance.FontType = value
 
value = instance.FontType
public ImGearXMPString FontType {get; set;}
public: __property ImGearXMPString* get_FontType();
public: __property void set_FontType( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ FontType {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImGearXMPString class value.
See Also

Reference

ImGearXMPFont Class
ImGearXMPFont Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback