PageSetup.BookFoldPrinting Property
True for Microsoft Word to print a document in a series of booklets so the printed pages can be folded and read as a book.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BookFoldPrinting As Boolean
Get
Set
'Usage
Dim instance As PageSetup
Dim value As Boolean
value = instance.BookFoldPrinting
instance.BookFoldPrinting = value
bool BookFoldPrinting { get; set; }
Property Value
Type: System.Boolean