Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi, when loading a DOCX with certain content, this exception is thrown during the load:
System.ArgumentNullException: 'Value cannot be null.
Parameter name: owner'
The load command used is:
syndoc.WordDocument workingDoc = new syndoc.WordDocument(infilename, FormatType.Docx);
The document must have a content control that includes a hyperlink.