Skip to main content
All docs
V26.1
  • BarcodeOptionsBuilder<TOptions, TBuilder>.WithTextRenderingHint(DXTextRenderingHint) Method

    Specifies the text rendering hint for the barcode and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public TBuilder WithTextRenderingHint(
        DXTextRenderingHint textRenderingHint
    )

    Parameters

    Name Type Description
    textRenderingHint DXTextRenderingHint

    The text rendering hint to apply to the barcode.

    Returns

    Type Description
    TBuilder

    The builder object with the updated text rendering hint.

    See Also