Gets and sets enabling or disabling of the camera raw image type detection algorithms during thumbnail image generation.
[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.