This class represents an object which sends images to a printer.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Class ImagePrintDocument _ Inherits PrintDocument
public class ImagePrintDocument : PrintDocument
You can print an image (or multiple images) with this class in two ways:
To specify how the images should be placed at the page, you should use PlacementMode property. You can specify whether you want to print each image at the individual page, print several images at one page, or place images manually (and in particular specify yourself when to switch to the next page).
To specify the printing settings, use the PrintOptions property.