ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Barcode Namespace / Mask Enumeration

In This Topic
    Mask Enumeration
    In This Topic
    Specifies the masks for the QRCode barcode symbology.
    Syntax
    'Declaration
     
    Public Enum Mask 
       Inherits System.Enum
    public enum Mask : System.Enum 
    Members
    MemberDescription
    AutoSpecifies that the mask pattern will be selected automatically.
    Mask000Specifies the mask pattern 000.
    Mask001Specifies the mask pattern 001.
    Mask010Specifies the mask pattern 010.
    Mask011Specifies the mask pattern 011.
    Mask100Specifies the mask pattern 100.
    Mask101Specifies the mask pattern 101.
    Mask110Specifies the mask pattern 110.
    Mask111Specifies the mask pattern 111.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rendering.Components.Barcode.Mask

    See Also