PrintEngine Enum |
Docentric Toolkit Help
Send Feedback |
Specifies the print engine that will be used to print a document.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum PrintEngine
Member name | Description |
---|---|
Default | Specifies the default print engine. GDI+ is the default print engine. |
GdiPlus | Specifies the GDI+ print engine. It uses EMF (Enhanced Media File) images as the spool file format. |
Xps | Specifies the XPS print engine. It uses XPS documents as the spool file format and is because of smaller spool file size faster than GDI+ print engine. |