PrintStatus enumeration.
Syntax
[GLib.GType(typeof(Gtk.PrintStatusGType))]
public enum PrintStatus
Remarks
Members
| Member Name | Description |
|---|
| Finished | Printing has finished. |
| FinishedAborted | Printing was aborted. |
| GeneratingData | Pages are being rendered. |
| Initial | Printing has not started. |
| Pending | Job sent to printer, but has not printed. |
| PendingIssue | Problem occurred during printing. |
| Preparing | BeginPrint event has raised. During pagination. |
| Printing | Printer is processing job. |
| SendingData | Job is being sent to the printer. |
Requirements
Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0
Since: Gtk# 2.10