mw::qre::QREncoder::GetQRSize Member Function

Syntax

u32 GetQRSize(
    u32 index = 0,
    bool isBmp = false
);

Arguments

Name Description
in index The division number (0-15).
in isBmp The size data obtained depends on the value of this argument.
true: size of Windows BMP
false: Size of the QR Code (width x height x 3 (bytes))

Return Values

Returns the data size.

Description

Gets the data size.

Revision History

2010/05/31
Initial version.

CONFIDENTIAL