ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPThumbnail Class / Value Property




In This Topic
    Value Property (ImGearXMPThumbnail)
    In This Topic
    Gets or sets thumbnail image as an ImageGear.Core.ImGearPage class object.

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

    Syntax
    'Declaration
     
    Public Property Value As ImGearPage
    'Usage
     
    Dim instance As ImGearXMPThumbnail
    Dim value As ImGearPage
     
    instance.Value = value
     
    value = instance.Value
    public ImGearPage Value {get; set;}
    public: __property ImGearPage* get_Value();
    public: __property void set_Value( 
       ImGearPage* value
    );
    public:
    property ImGearPage^ Value {
       ImGearPage^ get();
       void set (    ImGearPage^ value);
    }

    Property Value

    ImageGear.Core.ImGearPage class object.
    See Also