Aspose::Words::Saving::PageSavingArgs class

PageSavingArgs class

Provides data for the PageSaving() event. To learn more, visit the Programming with Documents documentation article.

class PageSavingArgs : public System::Object

Methods

MethodDescription
get_KeepPageStreamOpen() constSpecifies whether Aspose.Words should keep the stream open or close it after saving a document page.
get_PageFileName() constGets the file name where the document page will be saved to.
get_PageIndex() constCurrent page index.
get_PageStream() constAllows to specify the stream where the document page will be saved to.
GetType() const override
Is(const System::TypeInfo&) const override
PageSavingArgs()
set_KeepPageStreamOpen(bool)Setter for Aspose::Words::Saving::PageSavingArgs::get_KeepPageStreamOpen.
set_PageFileName(const System::String&)Sets the file name where the document page will be saved to.
set_PageStream(const System::SharedPtr<System::IO::Stream>&)Setter for Aspose::Words::Saving::PageSavingArgs::get_PageStream.
set_PageStream(std::basic_ostream<CharType, Traits>&)
static Type()

See Also