VintaSoftTwain Control v6.0
VintaSoftTwain Object / AcquiredImages_Rotate Method
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
Rotation angle, in degrees.
Border color.
In This Topic
    AcquiredImages_Rotate Method
    In This Topic
    Description
    Rotates this image to specified angle.
    Syntax
    Visual Basic
    Public Function AcquiredImages_Rotate( _
       ByVal index As Long, _
       ByVal rotationAngle As Single, _
       ByVal borderColor As enumImageProcessingBorderColor _
    ) As Boolean
    Parameters
    index
    Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
    rotationAngle
    Rotation angle, in degrees.
    borderColor
    ValueDescription
    IMAGEPROCESSINGBORDERCOLOR_AutoDetectFree space around rotated image will be filled with border color of rotated image.
    IMAGEPROCESSINGBORDERCOLOR_BlackFree space around rotated image will be filled with black color.
    IMAGEPROCESSINGBORDERCOLOR_WhiteFree space around rotated image will be filled with white color.
    Border color.
    Return Type
    TRUE (1) if image is processed successfully, FALSE (0) otherwise.
    Remarks
    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    Example
    Please see example here.
    See Also