ScanFix Xpress v9.0 for .NET - Updated
OutputImageWidth Property (PerspectiveAdjustOptions)




Accusoft.ScanFixXpressSdk Namespace > PerspectiveAdjustOptions Class : OutputImageWidth Property
Gets and sets an integer value indicating the desired output image height.
Syntax
'Declaration
 
Public Property OutputImageWidth As Integer
'Usage
 
Dim instance As PerspectiveAdjustOptions
Dim value As Integer
 
instance.OutputImageWidth = value
 
value = instance.OutputImageWidth
public int OutputImageWidth {get; set;}
public: __property int get_OutputImageWidth();
public: __property void set_OutputImageWidth( 
   int value
);
public:
property int OutputImageWidth {
   int get();
   void set (    int value);
}
Remarks

Use this to specify the size of the output image. If this property is set (has a value > 0), then the image will be resized.

If the MaintainDimensions property is true, then this will be ignored, and the output image will have the same width as the input image.

See Also

Reference

PerspectiveAdjustOptions Class
PerspectiveAdjustOptions Members

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