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




In This Topic
Colorants Property
In This Topic
Gets or sets Colorants property of the Paged Text XMP schema. This XMP property specifies ordered array of colorants (swatches) that are used in the document (including any in contained documents).
Syntax
'Declaration
 
Public Property Colorants As ImGearXMPSeq(Of ImGearXMPColorant)
 
'Usage
 
Dim instance As ImGearPagedTextXMPMetadata
Dim value As ImGearXMPSeq(Of ImGearXMPColorant)
 
instance.Colorants = value
 
value = instance.Colorants

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPColorant type parameter.
See Also