Accusoft.ScanFixXpress8.Net
HorizontalResultantMargin Property




Gets and sets a value that indicates how many pixels will remain as a left margin after processing.
Syntax
'Declaration
 
Public Property HorizontalResultantMargin As Integer
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.HorizontalResultantMargin = value
 
value = instance.HorizontalResultantMargin
public int HorizontalResultantMargin {get; set;}
public: __property int get_HorizontalResultantMargin();
public: __property void set_HorizontalResultantMargin( 
   int value
);
public:
property int HorizontalResultantMargin {
   int get();
   void set (    int value);
}

Property Value

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

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

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

Default value: 150

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback