Hi all,
I redefined an Operator but when save the document, the new operator is restored to the original version. For example:
/P << MCID 1>> BDC becomes /P << >> BDC
Why?
Thanks...string tag; public BeginMarkedContent(string tag) : base(tag) { this...this.tag = tag; } public override void Accept(IOperatorSelector...