# GetGraphic(Int32, Boolean) Method \[Missing <summary> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,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( int pointsPerModule, bool epsFormat = false ) ``` **C++** ``` C++ public: String^ GetGraphic( int pointsPerModule, bool epsFormat = false ) ``` #### Parameters