[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.MultiPagePrinting

Class MultiPagePrinting

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies how document is printed out.

public class MultiPagePrinting : FormattingBag
Inheritance
MultiPagePrinting
Inherited Members

Properties

SheetsPerBooklet

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; }

Property Value

short

Remarks

This property has affect on all document sections.

Type

Gets or sets how a document is printed or rendered so that it can be bound as a booklet.

public MultiPagePrintingType Type { get; set; }

Property Value

MultiPagePrintingType

Remarks

This property has affect on all document sections.