Click or drag to resize
ConverterUnprotectPassword Property
Public API of XMLmind XSL-FO Converter for .NET
This clear text password lets the user of the word processor remove the edit restrictions.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public char[] UnprotectPassword { get; set; }

Property Value

Type: Char
Remarks
The default value is null, which means that document protection is not enforced using a password. Specify an empty char array to discard the password specified in XSL-FO element fo:declarations/xfc:document-protection.
See Also