ShapesWord2007Compatible Property (RtfExporter)
In This Topic
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.
Syntax
'Declaration
Public Property ShapesWord2007Compatible As Boolean
public bool ShapesWord2007Compatible {get; set;}
See Also