Aspose::Pdf::Layer::Save method

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

Saves the current layer to a PDF document.

void Aspose::Pdf::Layer::Save(System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream where the PDF document will be saved.

See Also

Layer::Save(System::String) method

Saves the current layer to a PDF document.

void Aspose::Pdf::Layer::Save(System::String outputPath)
ParameterTypeDescription
outputPathSystem::StringThe file path where the PDF document will be saved.

See Also