ConverterTRACKED_CHANGES_ONLY Field |
Public API of XMLmind XSL-FO Converter for .NET
Edit restriction:
all changes are permitted, but they're automatically tracked.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public const int TRACKED_CHANGES_ONLY = 128
Public Const TRACKED_CHANGES_ONLY As Integer = 128
public:
literal int TRACKED_CHANGES_ONLY = 128
Field Value
Type:
Int32Remarks
Only one of the following edit restrictions may be specified:
READ_ONLY, COMMENTS_ONLY,
FILL_FORMS_ONLY, TRACKED_CHANGES_ONLY.
See Also