Document.Final Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the document is final.
public:
property bool Final { bool get(); void set(bool value); };
public bool Final { get; set; }
member this.Final : bool with get, set
Public Property Final As Boolean
Property Value
true
if the document is final; otherwise, false
.
Remarks
If you set this property to true
, Microsoft Office Word marks the document as final, notifies recipients (if any) that the document is final, and sets the document to read-only.