# SvgLogo Methods ## Methods
| 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) |