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