Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DocumentProtection Class / MarkAsFinal Property

In This Topic
    MarkAsFinal Property
    In This Topic
    Gets or sets a value indicating whether the document is marked as final (read-only).
    Syntax
    'Declaration
     
    Public Property MarkAsFinal As System.Boolean
    public System.bool MarkAsFinal {get; set;}
    Remarks
    Use this property to make your file read-only. When you mark as final, typing, editing commands, proofing marks are disabled or turned off, and the file becomes read-only, and the Status property of the document is set to Final.
    See Also