PageSetup.BookFoldPrintingSheets Property
Returns or sets an Integer which represents the number of pages for each booklet.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BookFoldPrintingSheets As Integer
Get
Set
'Usage
Dim instance As PageSetup
Dim value As Integer
value = instance.BookFoldPrintingSheets
instance.BookFoldPrintingSheets = value
int BookFoldPrintingSheets { get; set; }
Property Value
Type: System.Int32