Accusoft.ScanFixXpress8.Net
Offset Property




Gets and sets value for offset added to output of the convolution, used to bias the result up or down.
Syntax
'Declaration
 
Public Property Offset As Integer
'Usage
 
Dim instance As FilterCustomOptions
Dim value As Integer
 
instance.Offset = value
 
value = instance.Offset
public int Offset {get; set;}
public: __property int get_Offset();
public: __property void set_Offset( 
   int value
);
public:
property int Offset {
   int get();
   void set (    int value);
}
Remarks

The default value is 0 .

Valid values are -{no limit} to {no limit} .

See Also

Reference

FilterCustomOptions Class
FilterCustomOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback