QRCodeEPCOptions Properties
Contains options specific to QR Code EPC 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. |
| BeneficiaryName | Gets or sets the name of the beneficiary. |
| BIC | Gets or sets the BIC (Bank Identifier Code) of the bank account to which the payment is made. |
| 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. |
| Dpi | Gets or sets the dpi value used to render the bar code. Inherited from BarcodeOptions. |
| EPCEncoding | Get or sets the EPC encoding type. |
| EPCVersion | Gets or sets the EPC version. |
| 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 the frame options for the QR Code EPC barcode. |
| 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. |
| IBAN | Gets or sets the IBAN (International Bank Account Number) of the beneficiary. |
| IncludeQuietZone | Specifies whether to include a quiet zone (a margin of empty space) around the code. |
| Information | Gets or sets the additional information to be encoded in the QR code. |
| Logo | Gets or sets the logo image. |
| 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. |
| PaymentReference | Gets or sets the payment reference to be encoded in the QR code. |
| RemittanceInformation | Gets or sets the remittance information to be encoded in the QR code. |
| 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. |
| TransferAmount | Gets or sets the transfer amount to be encoded in the QR code. |
| TransferPurpose | Gets or sets the transfer purpose to be encoded in the QR code. |
| Unit | Gets or sets the unit of measurement for bar code settings. Inherited from BarcodeOptions. |
| Version | Gets or sets the QR code version. |
| 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