PageSetup.BookFoldRevPrinting Property
True for Microsoft Word to reverse the printing order for book fold printing of bidirectional or Asian language documents.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BookFoldRevPrinting As Boolean
Get
Set
'Usage
Dim instance As PageSetup
Dim value As Boolean
value = instance.BookFoldRevPrinting
instance.BookFoldRevPrinting = value
bool BookFoldRevPrinting { get; set; }
Property Value
Type: System.Boolean