Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
OutputImageHeight Property (PerspectiveAdjustOptions)




Accusoft.ScanFixXpressSdk Namespace > PerspectiveAdjustOptions Class : OutputImageHeight Property
Gets and sets an integer value indicating the desired output image width.
Syntax
'Declaration
 
Public Property OutputImageHeight As Integer
 
'Usage
 
Dim instance As PerspectiveAdjustOptions
Dim value As Integer
 
instance.OutputImageHeight = value
 
value = instance.OutputImageHeight
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 height as the input image.

See Also

Reference

PerspectiveAdjustOptions Class
PerspectiveAdjustOptions Members