menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QRCodeLogo - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QRCodeLogo

    QRCodeLogo class represents a logo image that can be used in a QR code. It can be initialized with an image stream.

    Inheritance
    System.Object
    QRCodeLogo
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.UWP.dll
    Syntax
    public class QRCodeLogo : Object

    Constructors

    QRCodeLogo()

    Initializes a new instance of the QRCodeLogo class.

    Declaration
    public QRCodeLogo()

    QRCodeLogo(Stream)

    Initializes a new instance of the QRCodeLogo class with the logo image specified by the image stream.

    Declaration
    public QRCodeLogo(Stream logoImageStream)
    Parameters
    Type Name Description
    System.IO.Stream logoImageStream

    A Stream object representing the image stream.

    Properties

    ImageStream

    Gets or sets the image used as a logo in the QR barcode

    Declaration
    public Stream ImageStream { get; set; }
    Property Value
    Type
    System.IO.Stream

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved