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

In This Topic
    Mask Enumeration
    In This Topic
    Defines the masks for the QRCode barcode symbology.
    Syntax
    'Declaration
     
    Public Enum Mask 
       Inherits System.Enum
    public enum Mask : System.Enum 
    Members
    MemberDescription
    Auto 
    Mask000 
    Mask001 
    Mask010 
    Mask011 
    Mask100 
    Mask101 
    Mask110 
    Mask111 
    Inheritance Hierarchy

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

    See Also