# GetGraphic(Int32) Method
Creates a PDF document with a black white QR code
## 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 byte[] GetGraphic(
int pixelsPerModule
)
```
**C++**
``` C++
public:
array^ GetGraphic(
int pixelsPerModule
)
```
#### Parameters
- Int32
- \[Missing <param name="pixelsPerModule"/> documentation for "M:QRCoder.Core.PdfByteQRCode.GetGraphic(System.Int32)"\]
#### Return Value
Byte[]
\[Missing <returns> documentation for "M:QRCoder.Core.PdfByteQRCode.GetGraphic(System.Int32)"\]
## See Also
#### Reference
PdfByteQRCode Class
GetGraphic Overload
QRCoder.Core Namespace