[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Barcode.Mask

Mask Enum

Specifies the masks for the QRCode barcode symbology.

Namespace: GrapeCity.ActiveReports.Rendering.Components.Barcode
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum Mask

Fields

Name Description
Auto

Specifies that the mask pattern will be selected automatically.

Mask000

Specifies the mask pattern 000.

Mask001

Specifies the mask pattern 001.

Mask010

Specifies the mask pattern 010.

Mask011

Specifies the mask pattern 011.

Mask100

Specifies the mask pattern 100.

Mask101

Specifies the mask pattern 101.

Mask110

Specifies the mask pattern 110.

Mask111

Specifies the mask pattern 111.

Extension Methods