Skip to main content
All docs
V23.2

QRCodeOptions.Logo Property

Gets or sets the barcode logo.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public ImageSource Logo { get; set; }

Property Value

Type Description
ImageSource

An object that contains image logo.

Property Paths

You can access this nested property as listed below:

Object Type Path to Logo
BarCodeOptions
.QRCode .Logo
See Also