| 
Document
SaveToEpub Method (Stream, 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(
	Stream stream,
	DocPicture coverImage
)
 
Public Sub SaveToEpub ( 
	stream As Stream,
	coverImage As DocPicture
)
 
public:
void SaveToEpub(
	Stream^ stream, 
	DocPicture^ coverImage
)
 
member SaveToEpub : 
stream : Stream * 
coverImage : DocPicture -> unit 
 
 
 
Parameters
 
- 
stream
 
- 
 Type:
 
System.IO
Stream
 
 The stream.
- 
coverImage
 
- 
 Type:
 
Spire.Doc.Fields
DocPicture
 
 The cover image.
 
 See Also
See Also