DocxSaveOptions.DocxSaveOptions

DocxSaveOptions()

Represents options of saving .docx file.

public DocxSaveOptions()

See Also


DocxSaveOptions(bool)

Represents options of saving .docx file.

public DocxSaveOptions(bool saveAsImage)
ParameterTypeDescription
saveAsImageBooleanIf True, the workbook will be converted into some pictures of .docx file. If False, the workbook will be converted into some tables of .docx file.

See Also