Some raw images contain thumbnail images. When set to true, ImagXpress will return the thumbnail image instead of the full-size image.
Syntax
public bool ReturnThumbnail {get; set;}
public: __property bool get_ReturnThumbnail();
public: __property void set_ReturnThumbnail(
bool value
);
public:
property bool ReturnThumbnail {
bool get();
void set ( bool value);
}
'Declaration
Public Property ReturnThumbnail As Boolean
'Usage
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
instance.ReturnThumbnail = value
value = instance.ReturnThumbnail
See Also