Skip to main content
All docs
V23.2

QRFrameOptions.Text Property

Specifies the text that displayed in the frame.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("")]
public virtual string Text { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that defines the text displayed in the frame.

Property Paths

You can access this nested property as listed below:

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

Remarks

See QRFrameOptions for the example.

See Also