You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > TWAIN Features > TwainIsAutomaticRotationAvailable Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.TwainIsAutomaticRotationAvailable Method

Asks to the opened source if she can support the Automatic rotation of images capability. 

This capability depends on intelligent features within the Source to automatically rotate the image to the correct position.

C#
public Boolean TwainIsAutomaticRotationAvailable();
Visual Basic
Public Function TwainIsAutomaticRotationAvailable() As Boolean
Returns

TRUE if support the Automatic rotation, FALSE otherwise -> Use TwainGetLastResultCode() and TwainGetLastConditionCode() functions for diagnosing the error.

Before using this function check that the TWAIN state is TWAIN_SOURCE_OPEN (4) 

To get the TWAIN state, use the TwainGetState() function.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.