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




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

Property Value

ImGearXMPString class value.
See Also