ImageGear v26.3 - Updated
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
    public ImGearXMPSeq<ImGearXMPColorant> Colorants {get; set;}
    public: __property ImGearXMPSeq<ImGearXMPColorant*>* get_Colorants();
    public: __property void set_Colorants( 
       ImGearXMPSeq<ImGearXMPColorant*>* value
    );
    public:
    property ImGearXMPSeq<ImGearXMPColorant^>^ Colorants {
       ImGearXMPSeq<ImGearXMPColorant^>^ get();
       void set (    ImGearXMPSeq<ImGearXMPColorant^>^ value);
    }

    Property Value

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