ImageGear v26.5 - Updated March 3, 2025
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

Property Value

ImageGear.Core.ImGearPage class object.
See Also