Aspose::Pdf::Facades::SaveableFacade::Save method

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

Guarda el documento PDF en el flujo especificado.

void Aspose::Pdf::Facades::SaveableFacade::Save(System::SharedPtr<System::IO::Stream> destStream) override
ParámetroTipoDescripción
destStreamSystem::SharedPtr<System::IO::Stream>El flujo de destino.

Ver también

SaveableFacade::Save(System::String) method

Guarda el documento PDF en el archivo especificado.

void Aspose::Pdf::Facades::SaveableFacade::Save(System::String destFile) override
ParámetroTipoDescripción
destFileSystem::StringEl archivo de destino.

Ver también