Printer Class
Provides static methods to print maps.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEPrinter assembly)
Syntax
public class Printer : System.Object
Remarks
This class provide a number of static methods that can be used to print a map on a printer. The generic method GetBitmap is supported on all platforms and returns a high-resolution bitmap that the application can send to a printer using its own printing API of choice.
On Windows, there are also a number of PrintBitmap methods that will actually send the generated image to an existing printer.
The class can not be instantiated.
Inheritance Hierarchy
System.Object (not available in C#)
Printer
Platforms
Windows, Linux, Android
Printer Members
The Printer type has the following members.
Methods
Name | Description |
---|---|
Creates a high-resolution bitmap that can be used for printing. | |
Overloaded. Prints a map on a printer, by first rendering it to a bitmap and then printing the bitmap. |