Protection

WordProcessingSaveOptions.Protection property

Allows to control and apply the document protection options for the WordProcessing document of any format, which supports document protection. By default is NULL - document protection will not be used.

public WordProcessingProtection Protection { get; set; }

See Also