Skip to main content
All docs
V25.1
  • QRCodeOptions.Logo Property

    Gets or sets the barcode logo.

    Namespace: DevExpress.BarCodes

    Assembly: DevExpress.Docs.v25.1.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