In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsAutomaticDiscardBlankPagesEnabled Method

TwainIsAutomaticDiscardBlankPagesEnabled Method (GdPictureImaging)

In This Topic
Asks to the opened source if the Automatic discard blank images capability is enabled or not.
Syntax
'Declaration
 
Public Function TwainIsAutomaticDiscardBlankPagesEnabled() As Boolean
public bool TwainIsAutomaticDiscardBlankPagesEnabled()
public function TwainIsAutomaticDiscardBlankPagesEnabled(): Boolean; 
public function TwainIsAutomaticDiscardBlankPagesEnabled() : boolean;
public: bool TwainIsAutomaticDiscardBlankPagesEnabled(); 
public:
bool TwainIsAutomaticDiscardBlankPagesEnabled(); 

Return Value

TRUE if automatic discard blank page 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