GetBarcodeOrientation

 

 

#include “BlackIceDEVMODE.h”

 

int       GetBarcodeOrientation (BlackIceDEVMODE* pDevMode);

Description

Returns the orientation of the barcode, relative to the page content.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

The return value can be one of the values of the BarcodeOrientation enumeration:

 

enum BarcodeOrientation

{

            BARCODE_ROTATE_0 = 0,          // 0

            BARCODE_ROTATE_90,              // 1

            BARCODE_ROTATE_180,            // 2

            BARCODE_ROTATE_270             // 3

};