Accusoft.ThumbnailXpress6.Net
CameraRaw Property




Gets and sets enabling or disabling of the camera raw image type detection algorithms during thumbnail image generation.
Syntax
'Declaration
 
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates digital camera manufacturer proprietary raw image formats detection.")>
<BrowsableAttribute(True)>
Public Property CameraRaw As Boolean
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Boolean
 
instance.CameraRaw = value
 
value = instance.CameraRaw
[Category("ThumbnailXpress")]
[Description("Indicates digital camera manufacturer proprietary raw image formats detection.")]
[Browsable(true)]
public bool CameraRaw {get; set;}
[Category("ThumbnailXpress")]
[Description("Indicates digital camera manufacturer proprietary raw image formats detection.")]
[Browsable(true)]
public: __property bool get_CameraRaw();
public: __property void set_CameraRaw( 
   bool value
);
[Category("ThumbnailXpress")]
[Description("Indicates digital camera manufacturer proprietary raw image formats detection.")]
[Browsable(true)]
public:
property bool CameraRaw {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to enable camera raw support. Otherwise, false is used and camera raw is not supported.
Remarks

Note: Setting this to true will slow down thumbnail generation.

Enabling CameraRaw invokes digital camera manufacturer proprietary raw image formats detection algorithms during thumbnail image generation but at the cost of some speed.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback