Share via


_Application.DefaultLegalBlackline Property

Determines if Microsoft Word will compare and merge documents using the Legal blackline option in the Compare and Merge Documents dialog box. Returns True if Word will use the option, and False if not.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DefaultLegalBlackline As Boolean
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.DefaultLegalBlackline

instance.DefaultLegalBlackline = value
bool DefaultLegalBlackline { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace