QRCodeGS1Options Members
Contains options specific to this symbology (bar code type).Constructors
| Name | Description |
|---|---|
| QRCodeGS1Options() | Initializes a new instance of the QRCodeGS1Options class. |
Properties
| Name | Description |
|---|---|
| CompactionMode | Gets or sets the mode for data encoding in the QR code. Inherited from QRCodeOptions. |
| ErrorLevel | Gets or sets the error correction level used in QR Code. Inherited from QRCodeOptions. |
| FNC1Substitute | Gets or sets the symbol (or set of symbols) in the barcode data to be replaced with the FNC1 functional character. |
| FrameOptions | Gets or sets the frame for QR codes. Inherited from QRCodeOptions. |
| Logo | Gets or sets the barcode logo. Inherited from QRCodeOptions. |
| ShowCodeText | Gets or sets whether bar code text data should be displayed in a bar code image. Inherited from BarCodeGeneratorOptions. |
| Version | Gets or sets the QR Code version. Inherited from QRCodeOptions. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also