Click or drag to resize
ConverterParseEditRestrictions Method
Public API of XMLmind XSL-FO Converter for .NET
Parses edit restrictions specified as a string.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public static int ParseEditRestrictions(
	string spec
)

Parameters

spec
Type: SystemString
The edit restrictions specified as a string.

Return Value

Type: Int32
Parsed edit restrictions or 0x0 if the specification cannot be parsed.
See Also