Hi,
I have switched from HideComments in WordProcessingLoadoptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5.
This was the old code:
convLoadOpts.HideComments = true;
This is the new code:
…...directories Func<LoadContext, LoadOptions> fnLoadOpts = (loadContext)...directories Func<LoadContext, LoadOptions> fnLoadOpts = (loadContext)...