In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutoSizeEnabled Method

TwainIsAutoSizeEnabled Method (GdPictureImaging)

In This Topic
Asks to the opened source if the auto-size images capability is enabled or not.
Syntax
'Declaration
 
Public Function TwainIsAutoSizeEnabled() As Boolean
public bool TwainIsAutoSizeEnabled()
public function TwainIsAutoSizeEnabled(): Boolean; 
public function TwainIsAutoSizeEnabled() : boolean;
public: bool TwainIsAutoSizeEnabled(); 
public:
bool TwainIsAutoSizeEnabled(); 

Return Value

TRUE if the auto-size images is enabled, FALSE otherwise.
Remarks
Before using this method check that the TWAIN state is TWAIN_SOURCE_OPEN (4) To get the TWAIN state, use the TwainGetState() method.
See Also