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

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