ImageGear v26.0 - Updated
Value Property (ImGearXMPThumbnail)




ImageGear.Core Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPThumbnail Class : Value Property
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

Reference

ImGearXMPThumbnail Class
ImGearXMPThumbnail Members

Is this page helpful?
Yes No
Thanks for your feedback.