ActiveReports3 Request technical support
QRCodeOptions Class Members
See Also  Properties  Methods 


The following tables list the members exposed by QRCodeOptions.

Public Constructors

 NameDescription
Public ConstructorQRCodeOptions ConstructorOverloaded. Initializes a new instance of the 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 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 MethodEqualsOverridden. Compares the QRCodeOptions object to another System.Object to see if they are equal.  
Public MethodGetHashCodeOverridden. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
Public MethodToStringOverridden. Returns a string that represents the current object.  
Top

See Also