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