ActiveReports 8
QRCodeMask Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Options Namespace : QRCodeMask Enumeration

Glossary Item Box

Sets the QRCode's mask pattern reference.

Syntax

Visual Basic (Declaration) 
Public Enum QRCodeMask 
   Inherits System.Enum
C# 
public enum QRCodeMask : System.Enum 

Members

MemberDescription
AutoAuto configuration.
Mask000Pattern 000.
Mask001Pattern 001.
Mask010Pattern 010.
Mask011Pattern 011.
Mask100Pattern 100.
Mask101Pattern 101.
Mask110Pattern 110.
Mask111Pattern 111.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Options.QRCodeMask

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also