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 |