_Document.Final Property

Returns or sets a Boolean that indicates whether a document is final. Read/write.

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

Syntax

'Declaration
Property Final As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.Final

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

Property Value

Type: System.Boolean
Boolean

Remarks

True marks the document as final, notifies recipients (if any) that the document is final, and sets the document to read-only.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace