ConverterParseEditRestrictions Method |
Public API of XMLmind XSL-FO Converter for .NET
Parses edit restrictions specified as a string.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public static int ParseEditRestrictions(
string spec
)
Public Shared Function ParseEditRestrictions (
spec As String
) As Integer
public:
static int ParseEditRestrictions(
String^ spec
)
Parameters
- spec
- Type: SystemString
The edit restrictions specified as a string.
Return Value
Type:
Int32Parsed edit restrictions or
0x0 if the specification cannot be parsed.
See Also