PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / DocxOptionsForm Class / OpenXmlDocument Property

In This Topic
    OpenXmlDocument Property (DocxOptionsForm)
    In This Topic
    Gets or sets a value indicating whether the export should use Open XML file format.
    Syntax
    'Declaration
     
    Public Overridable Property OpenXmlDocument As Boolean
    public virtual bool OpenXmlDocument {get; set;}
    See Also