Options.RevisionsBalloonPrintOrientation Property

Returns or sets a WdRevisionsBalloonPrintOrientation constant that represents the direction 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
Property RevisionsBalloonPrintOrientation As WdRevisionsBalloonPrintOrientation
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdRevisionsBalloonPrintOrientation

value = instance.RevisionsBalloonPrintOrientation

instance.RevisionsBalloonPrintOrientation = value
WdRevisionsBalloonPrintOrientation RevisionsBalloonPrintOrientation { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdRevisionsBalloonPrintOrientation

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace