Show / Hide Table of Contents

Class PNGCanvasFactory

Factory for creating PngCanvas instances

Inheritance
object
PNGCanvasFactory
Implements
ICanvasFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Codecrete.SwissQRBill.Windows
Assembly: Codecrete.SwissQRBill.Windows.dll
Syntax
public class PNGCanvasFactory : ICanvasFactory

Methods

| Edit this page View Source

Register()

Register a canvas factory for PNG files for use with QRBill.

Call this method once at program start to enable the generation of PNG files using the System.Drawing / GDI+ classes on Windows.

Declaration
public void Register()

Implements

ICanvasFactory
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX