Skip to main content
All docs
V26.1
  • DataMatrixGS1OptionsBuilder Members

    Builds an DataMatrixGS1Options object. Chain builder methods to configure barcode settings, then call the Build method to create the options object.

    Constructors

    Name Description
    DataMatrixGS1OptionsBuilder() Initializes a new instance of the DataMatrixGS1OptionsBuilder class.

    Methods

    Name Description
    Build() Creates a barcode options object with the specified settings. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>.
    Create() static Creates a DataMatrixGS1OptionsBuilder 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(DataMatrixCompactionMode) Specifies the encoding mode used to generate Data Matrix. Returns a builder instance for method chaining.
    WithDpi(Single) Specifies the dpi value used to render the bar code. Inherited from BarcodeOptionsBuilder<TOptions, TBuilder>.
    WithFNC1Substitute(String) Specifies the character used as a substitute for the GS1 FNC1 separator in Data Matrix GS1 input data. Returns a 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>.
    WithHumanReadableText(Boolean) Specifies whether GS1 human-readable text is displayed for the Data Matrix barcode. Returns a 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>.
    WithMatrixSize(DataMatrixSize) Specifies the barcode matrix size. Returns a builder instance for method chaining.
    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>.
    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