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