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




In This Topic
    FontFileName Property
    In This Topic
    Gets or sets font file name (not a complete path).
    Syntax
    'Declaration
     
    Public Property FontFileName As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPFont
    Dim value As ImGearXMPString
     
    instance.FontFileName = value
     
    value = instance.FontFileName
    public ImGearXMPString FontFileName {get; set;}
    public: __property ImGearXMPString* get_FontFileName();
    public: __property void set_FontFileName( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ FontFileName {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImGearXMPString class value.
    See Also