ImageGear v26.3 - Updated November 9, 2022
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

Property Value

ImGearXMPString class value.
See Also