Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / RtfFilter Class / ShapesWord2007Compatible Property

In This Topic
    ShapesWord2007Compatible Property (RtfFilter)
    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