PptxSaveOptions.PptxSaveOptions

PptxSaveOptions()

Represents the pptx save options.

public PptxSaveOptions()

See Also


PptxSaveOptions(bool)

Represents options of saving .pptx file.

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

See Also