You have to set this property just before load an image which could contain a thumbnail (like EXIF thumbnail).
If you set True the thumbnail will be loaded. If no thumbnail is present the full image will be loaded.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool GetThumbnail { get; set; }
Public Property GetThumbnail As Boolean Get Set
public: property bool GetThumbnail { bool get (); void set (bool value); }