ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.PagedText Namespace / ImGearPagedTextXMPMetadata Class / Fonts Property




In This Topic
Fonts Property
In This Topic
Gets or sets Fonts property of the Paged Text XMP schema. This XMP property specifies unordered array of fonts that are used in the document (including any in contained documents).
Syntax
'Declaration
 
Public Property Fonts As ImGearXMPBag(Of ImGearXMPFont)
 
'Usage
 
Dim instance As ImGearPagedTextXMPMetadata
Dim value As ImGearXMPBag(Of ImGearXMPFont)
 
instance.Fonts = value
 
value = instance.Fonts

Property Value

ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPFont type parameter.
See Also