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

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

Guarda el documento PDF resultante en un flujo.

virtual void Aspose::Pdf::Facades::ISaveableFacade::Save(System::SharedPtr<System::IO::Stream> destStream)=0
ParámetroTipoDescripción
destStreamSystem::SharedPtr<System::IO::Stream>El flujo del documento PDF de salida.

Ver también

ISaveableFacade::Save(System::String) method

Guarda el documento PDF resultante en un archivo.

virtual void Aspose::Pdf::Facades::ISaveableFacade::Save(System::String destFile)=0
ParámetroTipoDescripción
destFileSystem::StringLa ruta del documento PDF de salida.

Ver también