ShapesWord2007Compatible Property (RtfStructureFilter)
Gets or sets a value indicating whether when saving to DOCX, Word 2007 compatible shapes format should be used. If set to false, newer Word 2010 shapes format is used, which supports more features but may yield documents that are incompatible with Word 2007 and are very slow when opened in MS Word.
public bool ShapesWord2007Compatible {get; set;}
'Declaration
Public Property ShapesWord2007Compatible As Boolean