GridJsWorkbook.SaveToPdf

SaveToPdf(string)

Saves the memory data to the file path,the save format is pdf.

public void SaveToPdf(string path)
ParameterTypeDescription
pathStringThe file path to save.

See Also


SaveToPdf(Stream)

Saves the memory data to the sream,the save format is pdf.

public void SaveToPdf(Stream stream)
ParameterTypeDescription
streamStreamThe stream to save.

See Also