Enum Convert.Printer.Mode
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum Convert.Printer.Mode
Fields
Name | Description |
---|---|
e_auto | By default one or more print paths will be used to create a PDF file. |
e_interop_only | For Office file conversions, force COM Interop to be used, regardless if this virtual printer is installed or not. |
e_prefer_builtin_converter | For Office file conversions, use the built in converter if it is available for the converted file type. |
e_printer_only | For Office file conversions, do not check for COM Interop availability, and use the printer path instead. |