Accusoft.ImagXpress13.Net
LoadMode Property




Gets and sets a load mode for how image data is interpreted as a raw image format or a standard format.
Syntax
'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;}
public: __property LoadMode get_LoadMode();
public: __property void set_LoadMode( 
   LoadMode value
);
public:
property LoadMode LoadMode {
   LoadMode get();
   void set (    LoadMode value);
}

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

Reference

LoadOptions Class
LoadOptions Members
LoadMode Enumeration

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback