Accusoft.ImagXpress13.Net
CameraRawEnabled Property




Gets and sets support for Camera RAW file format.
Syntax
'Declaration
 
Public Property CameraRawEnabled As Boolean
'Usage
 
Dim instance As LoadOptions
Dim value As Boolean
 
instance.CameraRawEnabled = value
 
value = instance.CameraRawEnabled
public bool CameraRawEnabled {get; set;}
public: __property bool get_CameraRawEnabled();
public: __property void set_CameraRawEnabled( 
   bool value
);
public:
property bool CameraRawEnabled {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to check the loaded image for Camera RAW format. Otherwise, false should be set.
Remarks

When this property is set to true, the image is examined on loading to see if it is in Camera RAW format, and to identify the RAW format.

To optimize performance, this property should be set to false so the image is not examined on loading to inspect for RAW formats unnecessarily.

Note: Loading CameraRaw files from a stream is not supported as the entire image must be loaded before the CameraRaw format can be recognized. When LoadOptions.CameraRawEnabled = True, the CameraRaw image can only be loaded from a file.

Note: Available in Professional edition.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback