Gets and sets a value that controls how dense and consistent image data should be
for it to be considered edge noise.
public int HorizontalMinimumBackground {get; set;}
public: __property int get_HorizontalMinimumBackground();
public: __property void set_HorizontalMinimumBackground(
int value
);
public:
property int HorizontalMinimumBackground {
int get();
void set ( int value);
}
'Declaration
Public Property HorizontalMinimumBackground As Integer
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.HorizontalMinimumBackground = value
value = instance.HorizontalMinimumBackground
Property Value
An integer value which represents the minimum density of edge noise.