# SvgQRCode.SvgLogo Class Represents a logo graphic that can be rendered on a SvgQRCode ## 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#** ``` C# public class SvgLogo ``` **C++** ``` C++ public ref class SvgLogo ```
| Inheritance | Object → SvgQRCode.SvgLogo |
| SvgQRCode.SvgLogo(Bitmap, Int32, Boolean) | Create a logo object to be used in SvgQRCode renderer |
| SvgQRCode.SvgLogo(String, Int32, Boolean, Boolean) | Create a logo object to be used in SvgQRCode renderer |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| FillLogoBackground | Returns if the background of the logo should be cleaned (no QR modules will be rendered behind the logo) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetDataUri | Returns the logo as data-uri |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetIconSizePercent | Returns how much of the QR code should be covered by the logo (in percent) |
| GetMediaType | Returns the media type of the logo |
| GetRawLogo | Returns the raw logo's data |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsEmbedded | Defines, if the logo shall be natively embedded. true=native svg embedding, false=embedding via image-tag |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |