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




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationResults Class : VerticalMarginAdjustment Property
Gets the number of pixel rows added to the top margin. A negative number denotes that pixels were removed from the top margin.
Syntax
'Declaration
 
Public ReadOnly Property VerticalMarginAdjustment As Integer
'Usage
 
Dim instance As ImageRegistrationResults
Dim value As Integer
 
value = instance.VerticalMarginAdjustment
public int VerticalMarginAdjustment {get;}
public: __property int get_VerticalMarginAdjustment();
public:
property int VerticalMarginAdjustment {
   int get();
}

Property Value

An integer which represents the number of pixel rows added to the top margin.
Remarks

A value less than 0 indicates that pixels were removed from the top margin, making the image smaller. A value greater than 0 indicates that pixels were added to the top margin, making the image larger.

When the ImageRegistrationOptions.VerticalAddOnly flag is true and the value specified in the 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 this property represents the adjustment that would have been applied to the top margin if Registration were permitted to remove pixels.

Note: When Registration adds pixels to the image, the added pixels are always white.

See Also

Reference

ImageRegistrationResults Class
ImageRegistrationResults Members

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