Accusoft.Forms1 - Updated
VerticalResultantMargin Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalResultantMargin Property
Gets and sets a value that indicates how many pixels will remain as a top margin after processing.
Syntax
Public Property VerticalResultantMargin As Integer
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.VerticalResultantMargin = value
 
value = instance.VerticalResultantMargin
public int VerticalResultantMargin {get; set;}
public:
property int VerticalResultantMargin {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the size of the top margin after processing.
Remarks

Setting this value to 0 places text flush with top edge of the image. A negative value crops the specified number of pixels from the top edge of the text.

Valid values: Any number from -{image height} to +20000

Default value: 150

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members