Completed
Last Updated: 23 Apr 2018 07:06 by ADMIN
ADMIN
Boby
Created on: 05 Apr 2018 13:54
Category: WordsProcessing
Type: Bug Report
1
WordsProcessing: Exporting Runs without set text to PDF throws NullReferenceException
Run's default constructor creates it with Text = null. When document with such run is exported to PDF, NullReferenceException is thrown.

Workaround: Create the Run and immediately set its Text property to string.Emtpy.

Available in LIB Version 2018.1.423.
0 comments