ActiveReports Developer 7
QRCodeOptions Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Options Namespace : QRCodeOptions Class

Glossary Item Box

The following tables list the members exposed by QRCodeOptions.

Public Constructors

 NameDescription
Public ConstructorQRCodeOptions ConstructorInitializes a new instance of QRCodeOptions class.  
Top

Public Properties

 NameDescription
Public PropertyConnectionGets or sets whether connection is used for the barcode.  
Public PropertyConnectionNumberGets or sets the connection number for the barcode.  
Public PropertyEncodingGets or sets the Encoding of the barcode data.
 
Public PropertyErrorLevelGets or sets the error correction level for the barcode.  
Public PropertyMaskGets or sets the pattern used for the barcode's masking.  
Public PropertyModelGets or sets the QRCode's model.  
Public PropertyVersionGets or sets the QRCode's version.  
Top

Public Methods

 NameDescription
Public MethodEqualsCompares the QRCodeOptions object to another System.Object to see if they are equal.  
Public MethodToStringReturns a string that represents the current object.  
Top

See Also