| DocumentSave Method (Stream) |
Stores document into stream.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void Save(
Stream output
)
Public Sub Save (
output As Stream
)
public:
void Save(
Stream^ output
)
member Save :
output : Stream -> unit
Parameters
- output
- Type: System.IOStream
Stream where document shell be stored.
See Also