Beispiel #1
0
        public override void SetFileProperties(IFileProperties fileInfo)
        {
            //base.SetFileProperties(fileInfo);
            //Read the updated DOCX file and collect all the segments
            var reader = new WordReader(_importOptions, SourceLanguage.Name, TargetLanguage.Name);

            _updatedSegments = reader.ReadFile(_updatedFilePath);

            base.SetFileProperties(fileInfo);
        }