ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPFont Class / Composite Property




In This Topic
Composite Property
In This Topic
Gets or sets a flag if composite font is specified.
Syntax
'Declaration
 
Public Property Composite As ImGearXMPBoolean
 
'Usage
 
Dim instance As ImGearXMPFont
Dim value As ImGearXMPBoolean
 
instance.Composite = value
 
value = instance.Composite

Property Value

ImGearXMPBoolean class value.
See Also