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:
…... 1 Like Clemens_Pestuka June 12, 2025, 2:08pm 5 Hi @atir...regards, Clemens 1 Like atir.tahir June 12, 2025, 2:21pm 6 @Clemens_Pestuka...