# PostscriptQRCode Class PostscriptQRCode ## 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 class PostscriptQRCode : AbstractQRCode ``` **C++** ``` C++ public ref class PostscriptQRCode : public AbstractQRCode ```
| Inheritance | Object → AbstractQRCode → PostscriptQRCode |
| PostscriptQRCode() | Constructor without params to be used in COM Objects connections |
| PostscriptQRCode(QRCodeData) | Initializes a new instance of the PostscriptQRCode class |
| QrCodeData | QRCodeData (Inherited from AbstractQRCode) |
| Dispose() | Dispose (Inherited from AbstractQRCode) |
| Dispose(Boolean) | (Inherited from AbstractQRCode) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | (Inherited from AbstractQRCode) |
| GetGraphic(Int32, Boolean) | |
| GetGraphic(Size, Boolean, Boolean) | |
| GetGraphic(Int32, Color, Color, Boolean, Boolean) | |
| GetGraphic(Int32, String, String, Boolean, Boolean) | |
| GetGraphic(Size, Color, Color, Boolean, Boolean) | |
| GetGraphic(Size, String, String, Boolean, Boolean) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SetQRCodeData | Set a QRCodeData object that will be used to generate QR code. Used in COM Objects connections (Inherited from AbstractQRCode) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |