WdRevisionsBalloonPrintOrientation Enumeration
Specifies the orientation of revision and comment balloons when they are printed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdRevisionsBalloonPrintOrientation
'Usage
Dim instance As WdRevisionsBalloonPrintOrientation
public enum WdRevisionsBalloonPrintOrientation
Members
Member name | Description | |
---|---|---|
wdBalloonPrintOrientationAuto | Microsoft Word automatically selects the orientation that keeps the zoom factor closest to 100%. | |
wdBalloonPrintOrientationPreserve | Word preserves the orientation of the original, uncommented document. | |
wdBalloonPrintOrientationForceLandscape | Word forces all sections to be printed in Landscape mode, regardless of original orientation, and prints the revision and comment balloons on the side opposite to the document text. |