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