Skip to content

T_QRCoder_Core_Base64QRCode

Afonso Dutra Nogueira Filho edited this page Mar 28, 2024 · 2 revisions

Base64QRCode Class

Base64QRCode

Definition

Namespace: QRCoder.Core
Assembly: QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294
XMLNS for XAML: Not mapped to an xmlns.

C#

public class Base64QRCode : AbstractQRCode

C++

public ref class Base64QRCode : public AbstractQRCode
Inheritance ObjectAbstractQRCode → Base64QRCode

Constructors

Base64QRCode() Constructor without params to be used in COM Objects connections
Base64QRCode(QRCodeData) Initializes a new instance of the Base64QRCode class

Properties

QrCodeData QRCodeData
(Inherited from AbstractQRCode)

Methods

Dispose() Dispose
(Inherited from AbstractQRCode)
Dispose(Boolean)
(Inherited from AbstractQRCode)
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize
(Inherited from AbstractQRCode)
GetGraphic(Int32)  
GetGraphic(Int32, Color, Color, Boolean, Base64QRCode.ImageType)  
GetGraphic(Int32, String, String, Boolean, Base64QRCode.ImageType)  
GetGraphic(Int32, Color, Color, Bitmap, Int32, Int32, Boolean, Base64QRCode.ImageType)  
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
SetQRCodeData
(Overrides AbstractQRCode.SetQRCodeData(QRCodeData))
ToString Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

QRCoder.Core Namespace

Clone this wiki locally