QRCodeGS1Options Properties
Contains options specific to QR Code GS1 symbology.| Name | Description |
|---|---|
| BackColor | Gets or sets the background color of a barcode image. Inherited from BarcodeOptions. |
| BarHeight | Gets or sets the height of bars in a barcode. Inherited from BarcodeOptions. |
| BorderColor | Gets or sets the border color of the barcode image. Inherited from BarcodeOptions. |
| BorderDashStyle | Gets or sets the dash style for the barcode border. Inherited from BarcodeOptions. |
| BorderStyle | Gets or sets the barcode style. Inherited from BarcodeOptions. |
| BorderWidth | Specifies the border width of the bar code image. Inherited from BarcodeOptions. |
| CodeTextHorizontalAlignment | Get or sets the horizontal alignment of the bar code text within the bar code image. Inherited from BarcodeOptions. |
| CodeTextVerticalAlignment | Get or sets the vertical alignment of the bar code text within the bar code image. Inherited from BarcodeOptions. |
| CompactionMode | Gets or sets the compaction mode for the QR code. Inherited from QRCodeOptions. |
| Dpi | Gets or sets the dpi value used to render the bar code. Inherited from BarcodeOptions. |
| ErrorCorrectionLevel | Gets or sets the error correction level for the QR code. Inherited from QRCodeOptions. |
| FNC1Substitute | Specifies a substring/character that serves as the placeholder for the FNC1 functional character. |
| Footer | Gets or sets the footer label for the barcode. Inherited from BarcodeOptions. |
| ForeColor | Gets or sets the bar’s color on the barcode image. Inherited from BarcodeOptions. |
| FrameOptions | Specifies frame options for the QR code. Inherited from QRCodeOptions. |
| Header | Gets or sets the header label for the barcode. Inherited from BarcodeOptions. |
| Height | Gets or sets the barcode height, in pixels. Inherited from BarcodeOptions. |
| IncludeQuietZone | Specifies whether to include a quiet zone (a margin of empty space) around the code. Inherited from QRCodeOptions. |
| Logo | Gets or sets the logo image of the QR code. Inherited from QRCodeOptions. |
| Margin | Gets or sets bar code image margins. Inherited from BarcodeOptions. |
| ModuleSize | Gets or sets the width of the narrowest bar or space in the bar code. Inherited from BarcodeOptions. |
| Padding | Gets or sets bar code image paddings. Inherited from BarcodeOptions. |
| RightToLeft | Gets or sets whether the barcode text is rendered from right to left. Inherited from BarcodeOptions. |
| RotationAngle | Gets or sets the number of degrees the bar code is rotated around the z-axis. Inherited from BarcodeOptions. |
| ShowText | Indicates whether the code text is shown. Inherited from BarcodeOptions. |
| Sides | Gets or sets barcode sides that display the border. Inherited from BarcodeOptions. |
| SizeMode | Gets or sets how the control applies the specified width and height to the barcode. Inherited from BarcodeOptions. |
| TextFont | Gets or sets the font used to draw barcode text. Inherited from BarcodeOptions. |
| TextRenderingHint | Gets or sets the text rendering quality. Inherited from BarcodeOptions. |
| Unit | Gets or sets the unit of measurement for bar code settings. Inherited from BarcodeOptions. |
| Version | Gets or sets the QR code version. Inherited from QRCodeOptions. |
| Width | Gets or sets the barcode width, in pixels Inherited from BarcodeOptions. |
| WordWrap | Gets or sets whether barcode text wraps if it overflows the barcode width. Inherited from BarcodeOptions. |
See Also