_Presentation.Final Property

Determines whether the presentation is marked as final (read-only). Read/write.

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

Syntax

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

value = instance.Final

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

Property Value

Type: System.Boolean

Remarks

The setting of the Final property corresponds to the status of the Mark As Final command in the Microsoft PowerPoint user interface (click the Office button, and then point to Prepare).

Marking a presentation as final makes the presentation read-only and prevents changes to the presentation. When a presentation is marked as final, typing, editing commands, and proofing marks are disabled or turned off and the presentation becomes read-only.

Setting the Final property to true helps you communicate that you are sharing a completed version of a presentation. It also helps prevent reviewers or readers from making inadvertent changes to the presentation.

Note

  • The Final property is not a security feature. Anyone who receives an electronic copy of a presentation that has been marked as final can edit that presentation by removing Mark as Final status from the presentation.

  • Presentations that have been marked as final in a Microsoft Office 2010 program will not be read-only if they are opened in earlier versions of Microsoft Office programs.

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace