Accusoft.ImagXpressSdk Namespace > LoadOptions Class : CameraRawEnabled Property |
'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;}
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.