WordProcessingProtection

WordProcessingProtection class

Bevat opties voor documentbeveiliging voor het WordProcessing-document, dat wordt gegenereerd op basis van HTML

public sealed class WordProcessingProtection

Constructeurs

Naam Beschrijving
WordProcessingProtection() Constructor zonder parameters - alle parameters hebben standaardwaarden
WordProcessingProtection(WordProcessingProtectionType, string) Maakt het mogelijk om alle parameters in te stellen tijdens instantiatie van de klasse

Eigenschappen

Naam Beschrijving
Password { get; set; } Het wachtwoord om het document mee te beveiligen. Als null of lege tekenreeks - de beveiliging wordt niet toegepast op het document.
ProtectionType { get; set; } Hiermee kan een beveiligingstype van het document worden ingesteld. Standaard ingesteld om het document helemaal niet te beschermen.

Zie ook