我正在使用Aspose Words(.Net)并尝试获取word文档的区域概述。我遇到的问题是,只要文档有MERGEBARCODE
个字段,就会失败。
var regions = doc.MailMerge.GetRegionsHierarchy();
引发错误:Unable to cast object of type 'Aspose.Words.Fields.FieldMergeBarcode' to type 'Aspose.Words.Fields.FieldMergeField'.
有没有其他人遇到这个,或者有人知道是否有办法让这个工作?