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ámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo donde se guardará el documento PDF. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class Layer
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Layer::Save(const System::String&) method
Guarda la capa actual en un documento PDF.
void Aspose::Pdf::Layer::Save(const System::String &outputPath)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputPath | const System::String& | La ruta del archivo donde se guardará el documento PDF. |
Ver también
- Class String
- Class Layer
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++