ScanFix Xpress v9.0 for .NET - Updated
VerticalAddOnly Property




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalAddOnly Property
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
'Declaration
 
Public Property VerticalAddOnly As Boolean
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.VerticalAddOnly = value
 
value = instance.VerticalAddOnly
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);
}

Property Value

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

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

Default value: false

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.