Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IQRCode Interface
Properties

In This Topic
    IQRCode Interface Members
    In This Topic

    The following tables list the members exposed by IQRCode.

    Public Properties
     NameDescription
     Property A color that represents the barcode backgroundcolor. The default value is 'rgb(255, 255, 255)' (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A value that represents the collection of characters of QRCode.  
     Property A value that represents which charset to use(optional charsets: UTF-8; SHIFT-JIS; SHIFT_JIS).  
     Property Type of code (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A color that represents the barcode color. The default value is 'rgb(0,0,0)'. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property Gets whether connection is used for the barcode.  
     Property Gets the connection number for the barcode.  
     Property Specifies the QRCode's error correction level.  
     Property Specify any value between 1 and 7,auto configuration is -1  
     Property Gets the QRCode model,defult value:2  
     Property A value that represents the size of bottom quiet zone. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A value that represents the size of left quiet zone. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A value that represents the size of right quiet zone. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A value that represents the size of top quiet zone. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A string that represents encode on the symbol of barcode. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property Vesion range is 1-14 for model1 and model 2. It has 'auto|1-14|1-40' values. auto configuration is -1.  
    Top
    See Also