| 
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
Syntax
 
 
public void SaveToEpub(
	string fileName,
	DocPicture coverImage
)
 
Public Sub SaveToEpub ( 
	fileName As String,
	coverImage As DocPicture
)
 
public:
void SaveToEpub(
	String^ fileName, 
	DocPicture^ coverImage
)
 
member SaveToEpub : 
fileName : string * 
coverImage : DocPicture -> unit 
 
 
 
Parameters
 
- 
fileName
 
- 
 Type:
 
System
String
 
 The file name.
- 
coverImage
 
- 
 Type:
 
Spire.Doc.Fields
DocPicture
 
 The cover image.
 
 See Also
See Also