ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPFont Class / FontFamily Property




In This Topic
FontFamily Property
In This Topic
Gets or sets font family name.
Syntax
'Declaration
 
Public Property FontFamily As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPFont
Dim value As ImGearXMPString
 
instance.FontFamily = value
 
value = instance.FontFamily

Property Value

ImGearXMPString class value.
See Also