# GetGraphic(Size, Boolean, Boolean) Method
\[Missing <summary> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Drawing.Size,System.Boolean,System.Boolean)"\]
## 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 string GetGraphic(
Size viewBox,
bool drawQuietZones = true,
bool epsFormat = false
)
```
**C++**
``` C++
public:
String^ GetGraphic(
Size viewBox,
bool drawQuietZones = true,
bool epsFormat = false
)
```
#### Parameters
- Size
- \[Missing <param name="viewBox"/> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Drawing.Size,System.Boolean,System.Boolean)"\]
- Boolean (Optional)
- \[Missing <param name="drawQuietZones"/> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Drawing.Size,System.Boolean,System.Boolean)"\]
- Boolean (Optional)
- \[Missing <param name="epsFormat"/> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Drawing.Size,System.Boolean,System.Boolean)"\]
#### Return Value
String
\[Missing <returns> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Drawing.Size,System.Boolean,System.Boolean)"\]
## See Also
#### Reference
PostscriptQRCode Class
GetGraphic Overload
QRCoder.Core Namespace