Click or drag to resize
ConverterEditRestrictions Property
Public API of XMLmind XSL-FO Converter for .NET
Specifies how the generated document is to be restricted in terms of editing and/or formatting.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public int EditRestrictions { get; set; }

Property Value

Type: Int32
Remarks
The default value is 0x0, which means unspecified. Specify UNRESTRICTED to remove the restrictions specified in XSL-FO element fo:declarations/xfc:document-protection.
See Also