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

Name Value Description
wdBalloonPrintOrientationAuto 0

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

wdBalloonPrintOrientationPreserve 1

Word preserves the orientation of the original, uncommented document.

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.

Applies to