Click or drag to resize

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
)

Parameters

stream
Type: System.IO Stream
The doc stream.
IsDocx
Type: System Boolean
Is docs or doc.
See Also