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

In This Topic
    DocumentProtection Class
    In This Topic
    Represents the set of document protection restrictions applied to a document.
    Object Model
    DocumentProtection Class
    Syntax
    'Declaration
     
    Public Class DocumentProtection 
    public class DocumentProtection 
    Remarks
    These restrictions should be enforced by applications editing this document when the IsActive property is turned on, and ignored (but persisted) otherwise. Document protection is a set of restrictions used to prevent unintentional changes to all or part of a document. This protection does not encrypt the document, and malicious applications might circumvent its use. This protection is not intended as a security feature.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.DocumentProtection

    See Also