Accusoft.ImagXpressSdk Namespace > LoadOptions Class : LoadMode Property |
'Declaration Public Property LoadMode As LoadMode
'Usage Dim instance As LoadOptions Dim value As LoadMode instance.LoadMode = value value = instance.LoadMode
public LoadMode LoadMode {get; set;}
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.