#include “BIADVPRN.H”
BOOL IsRotatePaperEnabled(DEVMODE* pDevMode);
Description
Returns the value of the BLF_ROTATEPAPER flag. Represents the value of the ‘Rotate Landscape image to Portrait’ checkbox.
Parameters
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if the Rotate Landscape image to Portrait is used, otherwise FALSE.
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.