Protect

WordProcessingContent.Protect method

Beschermt het document tegen wijzigingen en stelt een beveiligingswachtwoord in.

public void Protect(WordProcessingProtectionType protectionType, string password)
Parameter Type Beschrijving
protectionType WordProcessingProtectionType Specificeert het beveiligingstype voor het document.
password String Het wachtwoord om het document mee te beveiligen.

Opmerkingen

Gebruik de juiste methode om een watermerk toe te voegen met om de inhoud van het document bewerkbaar te makenAllowOnlyFormFields of ReadOnlyWithEditableContent parameter.

Zie ook