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)

Usage

Dim wdRevisionsBalloonPrintOrientation1 As WdRevisionsBalloonPrintOrientation = WdRevisionsBalloonPrintOrientation.wdBalloonPrintOrientationAuto

Syntax

Public Enum WdRevisionsBalloonPrintOrientation
public enum WdRevisionsBalloonPrintOrientation
public enum class WdRevisionsBalloonPrintOrientation
public enum WdRevisionsBalloonPrintOrientation
public enum WdRevisionsBalloonPrintOrientation

Members

Member name Description
wdBalloonPrintOrientationAuto Microsoft Word automatically selects the orientation that keeps the zoom factor closest to 100%.
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.
wdBalloonPrintOrientationPreserve Word preserves the orientation of the original, uncommented document.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace