Aspose::Words::Saving::PageSavingArgs class
Contents
[
Hide
]PageSavingArgs class
Provides data for the PageSaving() event. To learn more, visit the Programming with Documents documentation article.
class PageSavingArgs : public System::Object
Methods
Method | Description |
---|---|
get_KeepPageStreamOpen() const | Specifies whether Aspose.Words should keep the stream open or close it after saving a document page. |
get_PageFileName() const | Gets the file name where the document page will be saved to. |
get_PageIndex() const | Current page index. |
get_PageStream() const | Allows 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
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++