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.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public int EditRestrictions { get; set; }
Public Property EditRestrictions As Integer
Get
Set
public:
property int EditRestrictions {
int get ();
void set (int value);
}
Property Value
Type:
Int32Remarks
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