CVB++ 14.0
Reader2DConfigBase Class Reference

Configuration to access parameters of Reader2DConfigBase. More...

#include <cvb/barcode/_detail/reader_2d_config_base.hpp>

Inherits ReaderConfigBase.

Inherited by Reader2DWithQuietzoneConfigBase, DataMatrix, Pdf417, and Rss.

Public Member Functions

void SetMirrored (bool mirrored)
 Sets whether the code is mirrored/not mirrored. More...
 
bool Mirrored () const
 Returns whether the code is mirrored/not mirrored. More...
 
- Public Member Functions inherited from ReaderConfigBase
void SetInverse (bool inverse)
 Code is inverted (white on black)/not inverted. More...
 
bool Inverse () const
 Returns whether the code is inverted (white on black) or not. More...
 

Detailed Description

Configuration to access parameters of Reader2DConfigBase.

Member Function Documentation

◆ Mirrored()

bool Mirrored ( ) const
inline

Returns whether the code is mirrored/not mirrored.

Returns
True specifies that the MicroPDF 417 is mirrored, possibly because the code must be read from the rear or because it was mirrored on image acquisition.
Exceptions
Anyexception derived from std::exception including CvbException.
See also
SetMirrored

◆ SetMirrored()

void SetMirrored ( bool  mirrored)
inline

Sets whether the code is mirrored/not mirrored.

Parameters
[in]mirroredTrue specifies that the MicroPDF 417 is mirrored, possibly because the code must be read from the rear or because it was mirrored on image acquisition.
Exceptions
Anyexception derived from std::exception including CvbException.
See also
Mirrored