Accusoft.FSInvoices1.Net - Updated
PreprocessingOptions Property (ImageLoader)




Accusoft.FSInvoices Namespace > ImageLoader Class : PreprocessingOptions Property
Gets and sets the preprocessing options to use while loading images.
Syntax
'Declaration
 
Public Property PreprocessingOptions As ImageLoaderPreprocessingOptions
'Usage
 
Dim instance As ImageLoader
Dim value As ImageLoaderPreprocessingOptions
 
instance.PreprocessingOptions = value
 
value = instance.PreprocessingOptions
public ImageLoaderPreprocessingOptions PreprocessingOptions {get; set;}
public: __property ImageLoaderPreprocessingOptions* get_PreprocessingOptions();
public: __property void set_PreprocessingOptions( 
   ImageLoaderPreprocessingOptions* value
);
public:
property ImageLoaderPreprocessingOptions^ PreprocessingOptions {
   ImageLoaderPreprocessingOptions^ get();
   void set (    ImageLoaderPreprocessingOptions^ value);
}
See Also

Reference

ImageLoader Class
ImageLoader Members