Accusoft.ImagXpress13.Net
Raw Property




Gets and sets the specific LoadOptionsRaw applicable to a RAW file.
Syntax
'Declaration
 
Public Property Raw As LoadOptionsRaw
'Usage
 
Dim instance As LoadOptions
Dim value As LoadOptionsRaw
 
instance.Raw = value
 
value = instance.Raw
public LoadOptionsRaw Raw {get; set;}
public: __property LoadOptionsRaw* get_Raw();
public: __property void set_Raw( 
   LoadOptionsRaw* value
);
public:
property LoadOptionsRaw^ Raw {
   LoadOptionsRaw^ get();
   void set (    LoadOptionsRaw^ value);
}

Property Value

The LoadOptionsRaw values set.
Remarks

Note: Available in Professional edition.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback