Accusoft.FSInvoices1.Net
PreprocessingOptions Property (ImageLoader)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback