Accusoft.Forms1 - Updated
MaintainDimensions Property



Accusoft.ScanFixXpressSdk Namespace > PerspectiveAdjustOptions Class : MaintainDimensions Property
Gets and sets a boolean value indicating if the width and height of the original image will be maintained.
Syntax
Public Property MaintainDimensions As Boolean
Dim instance As PerspectiveAdjustOptions
Dim value As Boolean
 
instance.MaintainDimensions = value
 
value = instance.MaintainDimensions
public bool MaintainDimensions {get; set;}
public:
property bool MaintainDimensions {
   bool get();
   void set (    bool value);
}
Remarks
This property will will take precedence if the OutputImageHeight and OutputImageWidth are set.
See Also

Reference

PerspectiveAdjustOptions Class
PerspectiveAdjustOptions Members