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

    Specifies the rotation angle for the barcode image and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithRotationAngle(
        float rotationAngle
    )

    Parameters

    Name Type Description
    rotationAngle Single

    The rotation angle, in degrees, to apply to the barcode image.

    Returns

    Type Description
    TBuilder

    The builder object with the updated rotation angle.

    See Also