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




In This Topic
ChildFontFiles Property
In This Topic
Gets or sets list of file names for the fonts that make up a composite font.
Syntax
'Declaration
 
Public Property ChildFontFiles As ImGearXMPSeq(Of ImGearXMPString)
 
'Usage
 
Dim instance As ImGearXMPFont
Dim value As ImGearXMPSeq(Of ImGearXMPString)
 
instance.ChildFontFiles = value
 
value = instance.ChildFontFiles

Property Value

ImGearXMPString class value.
See Also