ImageGear .NET - Updated
FontFace Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPFont Class : FontFace Property
Gets or sets font face name.
Syntax
'Declaration
 
Public Property FontFace As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPFont
Dim value As ImGearXMPString
 
instance.FontFace = value
 
value = instance.FontFace
public ImGearXMPString FontFace {get; set;}
public: __property ImGearXMPString* get_FontFace();
public: __property void set_FontFace( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ FontFace {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImGearXMPString class value.
See Also

Reference

ImGearXMPFont Class
ImGearXMPFont Members