Skip to main content
All docs
V25.1
  • QRFrameOptions.TextPosition Property

    Specifies how the text is positioned against the QR code.

    Namespace: DevExpress.XtraPrinting.BarCode

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    #Declaration

    [DefaultValue(QRFrameTextPosition.Bottom)]
    public virtual QRFrameTextPosition TextPosition { get; set; }

    #Property Value

    Type Default Description
    QRFrameTextPosition Bottom

    A QRFrameTextPosition value that defines the text position.

    Available values:

    Name Description
    Top

    The text is located on top.

    Bottom

    The text is located at the bottom.

    Left

    The text is on the left.

    Right

    The text is on the right.

    #Property Paths

    You can access this nested property as listed below:

    Library Object Type Path to TextPosition
    Cross-Platform Class Library QRCodeGenerator
    .FrameOptions .TextPosition
    Office File API QRCodeOptions
    .FrameOptions .TextPosition

    #Remarks

    See QRFrameOptions for the example.

    See Also