ImageGear .NET - Updated
FontName Property (ImGearXMPFont)




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

Property Value

ImGearXMPString class value.
See Also

Reference

ImGearXMPFont Class
ImGearXMPFont Members