WdRevisionsBalloonPrintOrientation Enum

Definition

Specifies the orientation of revision and comment balloons when they are printed.

public enum class WdRevisionsBalloonPrintOrientation
[System.Runtime.InteropServices.Guid("6BF1F6C4-9D73-3BF1-A9AF-16E3BA44D471")]
public enum WdRevisionsBalloonPrintOrientation
type WdRevisionsBalloonPrintOrientation = 
Public Enum WdRevisionsBalloonPrintOrientation
Inheritance
WdRevisionsBalloonPrintOrientation
Attributes

Fields

wdBalloonPrintOrientationAuto 0

Microsoft Word automatically selects the orientation that keeps the zoom factor closest to 100%.

wdBalloonPrintOrientationForceLandscape 2

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 1

Word preserves the orientation of the original, uncommented document.

Applies to