Accusoft.ImagXpress13.Net
CameraRaw Property




Gets and sets the CameraRaw load options for the image.
Syntax
'Declaration
 
Public Property CameraRaw As LoadOptionsCameraRaw
'Usage
 
Dim instance As LoadOptions
Dim value As LoadOptionsCameraRaw
 
instance.CameraRaw = value
 
value = instance.CameraRaw
public LoadOptionsCameraRaw CameraRaw {get; set;}
public: __property LoadOptionsCameraRaw* get_CameraRaw();
public: __property void set_CameraRaw( 
   LoadOptionsCameraRaw* value
);
public:
property LoadOptionsCameraRaw^ CameraRaw {
   LoadOptionsCameraRaw^ get();
   void set (    LoadOptionsCameraRaw^ value);
}

Property Value

The LoadOptionsCameraRaw options.
See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback