Accusoft.Forms1 - Updated
MaintainOriginalSize Property



Accusoft.ScanFixXpressSdk Namespace > DeskewOptions Class : MaintainOriginalSize Property
Gets and sets a flag to indicate whether the size of the image should be maintained unchanged, or allowed to change.
Syntax
Public Property MaintainOriginalSize As Boolean
Dim instance As DeskewOptions
Dim value As Boolean
 
instance.MaintainOriginalSize = value
 
value = instance.MaintainOriginalSize
public bool MaintainOriginalSize {get; set;}
public:
property bool MaintainOriginalSize {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

Typically, this will be false and the deskewed image will be slightly larger than the original image.

See Also

Reference

DeskewOptions Class
DeskewOptions Members