PrintAction

PrintAction enum

Specifies a type of print operation.

enum class PrintAction

Values

NameValueDescription
PrintToFile0Printing to a file.
PrintToPreview1Printing preview.
PrintToPrinter2Printing to a printer.

See Also