MicroQRCodeOptionsBuilder Methods
Builds an MicroQRCodeOptions 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 MicroQRCodeOptionsBuilder 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>. |
| 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>. |
| WithCompactionMode(MicroQRCodeCompactionMode) | Specifies the encoding mode used to generate Micro QRCode. Returns a builder instance for method chaining. |
| WithDpi(Single) | Specifies the dpi value used to render the bar code. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithErrorCorrectionLevel(MicroQRCodeErrorCorrectionLevel) | Specifies the error correction level. 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>. |
| 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>. |
| WithIncludeQuietZone(Boolean) | Specifies whether to include a quiet zone (blank space surrounding the code) around the Micro QR Code. 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>. |
| 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>. |
| WithUnit(DXGraphicsUnit) | Specifies the measurement unit for the barcode image and returns the builder object. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>. |
| WithVersion(MicroQRCodeVersion) | Specifies the code version and 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