WordProcessingProtection

WordProcessingProtection()

Parameterless constructor - all parameters have default values

public WordProcessingProtection()

See Also


WordProcessingProtection(WordProcessingProtectionType, string)

Allows to set all parameters during class instantiation

public WordProcessingProtection(WordProcessingProtectionType protectionType, string password)
Parameter Type Description
protectionType WordProcessingProtectionType Set the protection type of the document
password String Set the protection password

See Also