QRCodeEPCOptionsBuilder Methods
Builds a QRCodeEPCOptions object. Chain builder methods to configure barcode settings, then call theBuild method to create the options object.
| Name | Description |
|---|---|
| Build() | Creates a barcode options object with the specified settings. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| Create() static | Creates a new QRCodeEPCOptionsBuilder instance. |
| 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. |
| WithBackColor(Color) | Specifies the background color for the barcode and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithBarHeight(Single) | Specifies the barcode’s bar height and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithBeneficiaryName(String) | Sets the beneficiary name and returns the builder instance for method chaining. |
| WithBIC(String) | Sets the BIC (Bank Identifier Code) for the QR code. Returns the builder instance for method chaining. |
| WithBorderColor(Color) | Specifies the barcode border color and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithBorderDashStyle(BorderDashStyle) | Specifies the dash style for the barcode border and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithBorderStyle(BorderStyle) | Specifies the border style for the barcode and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithBorderWidth(Single) | Specifies the border width of the bar code image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithCodeTextHorizontalAlignment(DXStringAlignment) | Specifies the horizontal alignment of the bar code text within the bar code image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithCodeTextVerticalAlignment(DXStringAlignment) | Specifies the vertical alignment of the bar code text within the bar code image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithDpi(Single) | Specifies the dpi value used to render the bar code. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithEPCEncoding(EPCEncoding) | Sets the EPC encoding and returns the builder instance for method chaining. |
| WithEPCVersion(EPCVersion) | Sets the EPC version and returns the builder instance for method chaining. |
| WithFooter(BarcodeLabel) | Specifies the footer label for the barcode and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithFooter(String) | Specifies the footer text for the barcode and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithForeColor(Color) | Specifies the foreground color for the barcode and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithFrameOptions(QRFrameOptions) | Specifies frame options and returns the builder instance for method chaining. |
| WithHeader(BarcodeLabel) | Specifies the header label for the barcode and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithHeader(String) | Specifies the header text for the barcode and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithHeight(Single) | Specifies the height of the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithIBAN(String) | Sets the IBAN (International Bank Account Number) and returns the builder instance for method chaining. |
| WithIncludeQuietZone(Boolean) | Specifies whether to include a quiet zone (blank space surrounding the code) around the code. Returns the builder instance for method chaining. |
| WithInformation(String) | Sets the additional payment information and returns the builder instance for method chaining. |
| WithLogo(DXImage) | Specifies the logo image and returns the builder instance for method chaining. |
| WithMargin(Padding) | Specifies the margin for the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithMargin(Int32, Int32, Int32, Int32) | Specifies the margin for each side of the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithMargin(Int32) | Specifies the same margin for all sides of the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithModuleSize(Single) | Specifies the module size for the barcode and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithPadding(Padding) | Specifies the padding for the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithPadding(Int32, Int32, Int32, Int32) | Specifies the padding for each side of the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithPadding(Int32) | Specifies the same padding for all sides of the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithPaymentReference(String) | Sets the payment reference for the QR code and returns the builder instance for method chaining. |
| WithRemittanceInformation(String) | Sets the remittance information for the QR code and returns the builder instance for method chaining. |
| WithRightToLeft(Boolean) | Specifies whether the barcode text is rendered from right to left and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithRotationAngle(Single) | Specifies the rotation angle for the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithShowText(Boolean) | Specifies whether to display the barcode text and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithSides(BorderSide) | Specifies which sides of the barcode image have borders and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithSize(SizeF) | Specifies the size of the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithSize(Single, Single) | Specifies the width and height of the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithSizeMode(SizeMode) | Specifies the size mode for the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithTextFont(DXFont) | Specifies the font for the barcode text and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithTextRenderingHint(DXTextRenderingHint) | Specifies the text rendering hint for the barcode and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithTransferAmount(Nullable<Double>) | Sets the transfer amount for the QR code and returns the builder instance for method chaining. |
| WithTransferPurpose(String) | Sets the transfer purpose for the QR code and returns the builder instance for method chaining. |
| WithUnit(DXGraphicsUnit) | Specifies the measurement unit for the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithVersion(QRCodeVersion) | Specifies the EPC QR Code version. Returns the builder instance for method chaining. |
| WithWidth(Single) | Specifies the width of the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithWordWrap(Boolean) | Specifies whether word wrap is enabled for the barcode text and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
See Also