Aspose::Pdf::PrintDuplex enum
PrintDuplex enum
The paper handling option to use when printing the file from the print dialog..
enum class PrintDuplex
Values
Name | Value | Description |
---|---|---|
Simplex | 0 | Print single-sided. |
DuplexFlipShortEdge | 1 | Duplex and flip on the short edge of the sheet. |
DuplexFlipLongEdge | 2 | Duplex and flip on the long edge of the sheet. |
See Also
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++