ImageGear for .NET
FontName Property (ImGearXMPFont)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback