Aspose::Pdf::Facades::Form::Save método

Form::Save() method

Guarda el valor de los campos rellenados y cierra el documento Pdf abierto.

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

Deprecated

Utilice el método Save(destination) para guardar los resultados de la fachada.

Ver también

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

Guarda el documento en el flujo especificado.

void Aspose::Pdf::Facades::Form::Save(System::SharedPtr<System::IO::Stream> destStream) override
ParámetroTipoDescripción
destStreamSystem::SharedPtr<System::IO::Stream>Flujo donde se guardará el documento.

Ver también

Form::Save(System::String) method

Guarda el documento en el archivo especificado.

void Aspose::Pdf::Facades::Form::Save(System::String destFile) override
ParámetroTipoDescripción
destFileSystem::StringArchivo donde se guardará el documento.

Ver también