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.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public char[] UnprotectPassword { get; set; }
Public Property UnprotectPassword As Char()
Get
Set
public:
property array<wchar_t>^ UnprotectPassword {
array<wchar_t>^ get ();
void set (array<wchar_t>^ value);
}
Property Value
Type:
CharRemarks
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