Here is how the TWAIN spec describes this feature:
"When TRUE this capability depends on intelligent features within the Source to automatically rotate the image to the correct position.
There are no criteria for how this automatic rotation is determined. A Source may use a field of text, or some distinguishing non-text field, such as a barcode or a logo, or it may rely on form recognition to help rotate the document."
If the driver doesn't support this, then setting it will not do anything. You can use the QueryCapability method to find out if the driver supports it. Or use GetSupportedCapabilities for a full list of features the driver supports.
Glenn Chittenden Jr.
Atalasoft Development Team