# GetGraphic Method ## Overload List
| GetGraphic(Int32) | Returns a QR code as SVG string |
| GetGraphic(Size, Boolean, SvgQRCode.SizingMode, SvgQRCode.SvgLogo) | Returns a QR code as SVG string with optional quietzone and logo |
| GetGraphic(Int32, Color, Color, Boolean, SvgQRCode.SizingMode, SvgQRCode.SvgLogo) | Returns a QR code as SVG string with custom colors, optional quietzone and logo |
| GetGraphic(Int32, String, String, Boolean, SvgQRCode.SizingMode, SvgQRCode.SvgLogo) | Returns a QR code as SVG string with custom colors (in HEX syntax), optional quietzone and logo |
| GetGraphic(Size, Color, Color, Boolean, SvgQRCode.SizingMode, SvgQRCode.SvgLogo) | Returns a QR code as SVG string with custom colors and optional quietzone and logo |
| GetGraphic(Size, String, String, Boolean, SvgQRCode.SizingMode, SvgQRCode.SvgLogo) | Returns a QR code as SVG string with custom colors (in HEX syntax), optional quietzone and logo |