ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.Basic Namespace / ImGearBasicXMPMetadata Class / Thumbnails Property




In This Topic
    Thumbnails Property
    In This Topic
    Gets or sets Thumbnails property of the XMP Basic schema.
    Syntax
    'Declaration
     
    Public Property Thumbnails As ImGearXMPAlt(Of ImGearXMPThumbnail)
    'Usage
     
    Dim instance As ImGearBasicXMPMetadata
    Dim value As ImGearXMPAlt(Of ImGearXMPThumbnail)
     
    instance.Thumbnails = value
     
    value = instance.Thumbnails
    public ImGearXMPAlt<ImGearXMPThumbnail> Thumbnails {get; set;}
    public: __property ImGearXMPAlt<ImGearXMPThumbnail*>* get_Thumbnails();
    public: __property void set_Thumbnails( 
       ImGearXMPAlt<ImGearXMPThumbnail*>* value
    );
    public:
    property ImGearXMPAlt<ImGearXMPThumbnail^>^ Thumbnails {
       ImGearXMPAlt<ImGearXMPThumbnail^>^ get();
       void set (    ImGearXMPAlt<ImGearXMPThumbnail^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPAlt<T> generic class value with ImageGear.Formats.XMP.ImGearXMPThumbnail type parameter.
    Remarks
    This XMP property specifies an alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.

    This property is not implemented yet. Get accessor always returns null.

    See Also