If enabled, ImageEn will load the embedded JPEG if it exists. Many RAW formats include an embedded JPEG for a quick preview image. If there is no embedded JPEG, the full size raw image will be loaded.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool RAW_GetEmbeddedJpeg { get; set; }
Public Property RAW_GetEmbeddedJpeg As Boolean
	Get
	Set
public:
property bool RAW_GetEmbeddedJpeg {
	bool get ();
	void set (bool value);
}

See Also