Aspose::Pdf::Layer::Save método

Layer::Save(const System::SharedPtr<System::IO::Stream>&) method

Guarda la capa actual en un documento PDF.

void Aspose::Pdf::Layer::Save(const System::SharedPtr<System::IO::Stream> &outputStream)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El flujo donde se guardará el documento PDF.

Ver también

Layer::Save(const System::String&) method

Guarda la capa actual en un documento PDF.

void Aspose::Pdf::Layer::Save(const System::String &outputPath)
ParámetroTipoDescripción
outputPathconst System::String&La ruta del archivo donde se guardará el documento PDF.

Ver también