Accusoft.ThumbnailXpress6.Net
UseCameraRawThumbnail Property




When CameraRaw is true, setting this property will load the embedded thumbnail of the camera raw image which typically loads faster than the full-size image.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property UseCameraRawThumbnail As Boolean
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Boolean
 
instance.UseCameraRawThumbnail = value
 
value = instance.UseCameraRawThumbnail
[Browsable(false)]
public bool UseCameraRawThumbnail {get; set;}
[Browsable(false)]
public: __property bool get_UseCameraRawThumbnail();
public: __property void set_UseCameraRawThumbnail( 
   bool value
);
[Browsable(false)]
public:
property bool UseCameraRawThumbnail {
   bool get();
   void set (    bool value);
}
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback