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