Skip to content

P_QRCoder_Core_QRCodeData_ModuleMatrix

Afonso Dutra Nogueira Filho edited this page Mar 28, 2024 · 2 revisions

ModuleMatrix Property

Module Matrix

Definition

Namespace: QRCoder.Core
Assembly: QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294
XMLNS for XAML: Not mapped to an xmlns.

C#

public List<BitArray> ModuleMatrix { get; set; }

C++

public:
property List<BitArray^>^ ModuleMatrix {
	List<BitArray^>^ get ();
	void set (List<BitArray^>^ value);
}

Property Value

List(BitArray)

See Also

Reference

QRCodeData Class
QRCoder.Core Namespace

Clone this wiki locally