Click or drag to resize

Document SaveToEpub Method (String, DocPicture)

Saves the EPUB document.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SaveToEpub(
	string fileName,
	DocPicture coverImage
)

Parameters

fileName
Type: System String
The file name.
coverImage
Type: Spire.Doc.Fields DocPicture
The cover image.
See Also