C# Class iTextSharp.text.pdf.qrcode.BlockPair

Mostrar archivo Open project: nonorganic/dssnet

Public Methods

Method Description
GetDataBytes ( ) : ByteArray
GetErrorCorrectionBytes ( ) : ByteArray

Private Methods

Method Description
BlockPair ( ByteArray data, ByteArray errorCorrection ) : System

Method Details

GetDataBytes() public method

public GetDataBytes ( ) : ByteArray
return ByteArray

GetErrorCorrectionBytes() public method

public GetErrorCorrectionBytes ( ) : ByteArray
return ByteArray