MultiplePagesType

MultiplePagesType enumeration

Specifies how document is printed out.

public enum MultiplePagesType

Values

NameValueDescription
Normal0Normal printing, no multiple pages specified.
MirrorMargins1Swaps left and right margins on facing pages.
TwoPagesPerSheet2Prints two pages per sheet.
BookFoldPrinting3Specifies whether to print the document as a book fold.
BookFoldPrintingReverse4Specifies whether to print the document as a reverse book fold.
Default0Default value is Normal

See Also