Gets and sets a flag that indicates whether any pixels will be removed
during horizontal registration, even if the desired margin
is smaller than the existing margin.
Syntax
public bool HorizontalAddOnly {get; set;}
public: __property bool get_HorizontalAddOnly();
public: __property void set_HorizontalAddOnly(
bool value
);
public:
property bool HorizontalAddOnly {
bool get();
void set ( bool value);
}
'Declaration
Public Property HorizontalAddOnly As Boolean
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Boolean
instance.HorizontalAddOnly = value
value = instance.HorizontalAddOnly
Property Value
A boolean which is set to
true to preserve exising pixels during horizontal registration.
See Also