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




Glossary Item Box

Gets and sets a load mode for how image data is interpreted as a raw image format or a standard format.

Syntax

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

Property Value

The LoadMode enumeration value set.

Remarks

When this property is set to Normal, the image is interpreted as having a standard image format, and image data is captured from the image upon loading into ImagXpress.

When this property is set to Raw, the image is interpreted as a raw image format when loading. The application must specify additional information required to interpret the raw data, using the LoadOptionsRaw class in the Raw property.

Note: The Raw value for this property and the Raw property have nothing to do with the CameraRawEnabled property. In order to use load CameraRaw images this property must be set to Normal.

Note: Using this property with a Raw value is available in Professional edition only.

See Also

©2013. Accusoft Corporation. All Rights Reserved.