PdfDocumentBase
SaveToDoc Method (Stream, Boolean)
|
Save the document to doc as stream[].
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SaveToDoc(
Stream stream,
bool IsDocx
)
Public Sub SaveToDoc (
stream As Stream,
IsDocx As Boolean
)
public:
void SaveToDoc(
Stream^ stream,
bool IsDocx
)
member SaveToDoc :
stream : Stream *
IsDocx : bool -> unit
Parameters
-
stream
-
Type:
System.IO
Stream
The doc stream.
-
IsDocx
-
Type:
System
Boolean
Is docs or doc.
See Also