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.
Read-write property
Visual Basic |
---|
Public Property horizontalAddOnly() As Boolean |
A boolean which returns True to remove pixels during horizontal registration. Otherwise, False is returned.
The default value is False.
When this property is True and the value specified in the horizontalMarginAdjustment property is less than 0, no modification to the left margin of the current image will have occurred. In this case, the value returned by the horizontalMarginAdjustment property represents the adjustment that would have been applied to the left margin if Registration were permitted to remove pixels.