ImageGear v26.5 - Updated March 3, 2025
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

Property Value

ImGearXMPString class value.
See Also