Skip to main content
A newer version of this page is available. .

QRCodeSymbology Members

Generates a QRCode bar code. A Quick Response (QR) Code is a two-dimensional code. QR scanners, mobile phones with a camera, and smartphones can read this code.

Constructors

Name Description
QRCodeSymbology() Initializes a new instance of the QRCodeSymbology class.

Fields

Name Description
CompactionModeProperty static Identifies the CompactionMode dependency property.
ErrorCorrectionLevelProperty static Identifies the ErrorCorrectionLevel dependency property.
VersionProperty static Identifies the Version dependency property.

Properties

Name Description
CompactionMode Gets or sets whether numeric, alphanumeric or byte mode should be used to encode the barcode’s data.
ErrorCorrectionLevel Gets or sets the amount of redundancy built into the bar code’s coding, to compensate for calculation errors.
GeneratorBase Inherited from SymbologyBase<T>.
Version Gets or sets the bar code’s size.

Methods

Name Description
BarCodeControlInvalidateVisual(DependencyObject) Inherited from SymbologyBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also