Accusoft.ImagXpress12.Net
CameraRawEnabled Property
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > LoadOptions Class : CameraRawEnabled Property




Glossary Item Box

Gets and sets support for Camera RAW file format.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.