Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / MultiPagePrinting Class / SheetsPerBooklet Property

In This Topic
    SheetsPerBooklet Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property SheetsPerBooklet As System.Short
    public System.short SheetsPerBooklet {get; set;}
    Remarks
    This property has affect on all document sections.
    See Also