ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPFont Class / FontName Property




In This Topic
    FontName Property (ImGearXMPFont)
    In This Topic
    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