C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Export Namespace / RtfStructureFilter Class / ShapesWord2007Compatible Property

In This Topic
ShapesWord2007Compatible Property (RtfStructureFilter)
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
 
See Also