DTwainAcquirer::GetMultiPageFileMode

Top  Previous  Next

Syntax

 

bool DTwainAcquirer::GetMultiPageFileMode( ) const;

 

 

Return Value

Returns true if acquiring to a multi-page image file, false otherwise.

 

 

 

 

Comments

 

 

The GetMultiPageFileMode( ) function returns true if during an acquisition that contains multiple pages, the image file produced will be a multi-page file.  The only file types that can have multiple pages are TIFF, PDF, PostScript and PCX file formats.  If acquiring to a DIB or memory buffer, the multi-page file flag is ignored.

 

By default, multi-page file support is enabled.  To enable or disable multi-page file support, call DTwainAcquirer::SetMultiPageFileMode( ).