Aspose::Words::Settings::MultiplePagesType enum
MultiplePagesType enum
Specifies how document is printed out.
enum class MultiplePagesType
Values
Name | Value | Description |
---|---|---|
Normal | 0 | Normal printing, no multiple pages specified. |
MirrorMargins | 1 | Swaps left and right margins on facing pages. |
TwoPagesPerSheet | 2 | Prints two pages per sheet. |
BookFoldPrinting | 3 | Specifies whether to print the document as a book fold. |
BookFoldPrintingReverse | 4 | Specifies whether to print the document as a reverse book fold. |
Default | n/a | Default value is Normal |
See Also
- Namespace Aspose::Words::Settings
- Library Aspose.Words for C++