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

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