Aspose::Pdf::Facades::Form::Save method

Form::Save() method

Saves the value of the filled fields and close the opened Pdf document.

void Aspose::Pdf::Facades::Form::Save()

Deprecated

Use Save(destination) method for saving facade results.

See Also

Form::Save(System::SharedPtr<System::IO::Stream>) method

Saves document into specified stream.

void Aspose::Pdf::Facades::Form::Save(System::SharedPtr<System::IO::Stream> destStream) override
ParameterTypeDescription
destStreamSystem::SharedPtr<System::IO::Stream>Stream where document will be saved.

See Also

Form::Save(System::String) method

Saves document into specified file.

void Aspose::Pdf::Facades::Form::Save(System::String destFile) override
ParameterTypeDescription
destFileSystem::StringFile where document will be saved.

See Also