Aspose::Words::Saving::PageSavingArgs::get_PageStream method

PageSavingArgs::get_PageStream method

Allows to specify the stream where the document page will be saved to.

System::SharedPtr<System::IO::Stream> Aspose::Words::Saving::PageSavingArgs::get_PageStream() const

Remarks

This property allows you to save document pages to streams instead of files.

The default value is null. When this property is null, the document page will be saved to a file specified in the PageFileName property.

If both PageStream and PageFileName are set, then PageStream will be used.

See Also