Accusoft.Forms1 - Updated
HorizontalAddOnly Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalAddOnly Property
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 Property HorizontalAddOnly As Boolean
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.HorizontalAddOnly = value
 
value = instance.HorizontalAddOnly
public bool HorizontalAddOnly {get; set;}
public:
property bool HorizontalAddOnly {
   bool get();
   void set (    bool value);
}

Property Value

A boolean which is set to true to preserve exising pixels during horizontal registration.
Remarks

When this property is true and the value specified in the ImageRegistrationResults.HorizontalMarginAdjustment property is less than 0, no modification to the left margin of the current image will have occured. In this case, the value returned by the ImageRegistrationResults.HorizontalMarginAdjustment property represents the adjustment that would have been applied to the left margin if Registration were permitted to remove pixels.

Default value: False

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members