Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export Namespace / RtfFilter Class / OpenXml Property

In This Topic
    OpenXml Property (RtfFilter)
    In This Topic
    Gets or sets whether to export the file using the OpenXml format used by Microsoft Word 2007 and later.
    Syntax
    'Declaration
     
    Public Property OpenXml As Boolean
    public bool OpenXml {get; set;}
    See Also