# SvgQRCode.SvgLogo(Bitmap, Int32, Boolean) Constructor Create a logo object to be used in SvgQRCode renderer ## 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 SvgLogo( Bitmap iconRasterized, int iconSizePercent = 15, bool fillLogoBackground = true ) ``` **C++** ``` C++ public: SvgLogo( Bitmap^ iconRasterized, int iconSizePercent = 15, bool fillLogoBackground = true ) ``` #### Parameters
  Bitmap
Logo to be rendered as Bitmap/rasterized graphic
  Int32  (Optional)
Degree of percentage coverage of the QR code by the logo
  Boolean  (Optional)
If true, the background behind the logo will be cleaned
## See Also #### Reference SvgQRCode.SvgLogo Class SvgQRCode.SvgLogo Overload QRCoder.Core Namespace