[]
Specifies how document is printed out.
public class MultiPagePrinting : FormattingBag
Gets or sets the number of pages to be included in each booklet if Type value is BookFoldPrinting or BookFoldPrintingReverse. If value is 0 then all pages shall to print on a single page.
public short SheetsPerBooklet { get; set; }
This property has affect on all document sections.
Gets or sets how a document is printed or rendered so that it can be bound as a booklet.
public MultiPagePrintingType Type { get; set; }
This property has affect on all document sections.