ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property MaintainOriginalSize As Boolean
'Usage
 
Dim instance As DeskewOptions
Dim value As Boolean
 
instance.MaintainOriginalSize = value
 
value = instance.MaintainOriginalSize
public bool MaintainOriginalSize {get; set;}
public: __property bool get_MaintainOriginalSize();
public: __property void set_MaintainOriginalSize( 
   bool value
);
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

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