Aspose::Pdf::Page::MergeLayers method
Contents
[
Hide
]Page::MergeLayers(const System::String&) method
Merges all layers on the page into a single layer with the specified new layer name.
void Aspose::Pdf::Page::MergeLayers(const System::String &newLayerName)
| Parameter | Type | Description |
|---|---|---|
| newLayerName | const System::String& | The name of the new layer after merging. |
See Also
- Class String
- Class Page
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Page::MergeLayers(const System::String&, const System::String&) method
Merges all layers on the page into a single layer with the specified new layer name and optional content group Id.
void Aspose::Pdf::Page::MergeLayers(const System::String &newLayerName, const System::String &newOptionalContentGroupId)
| Parameter | Type | Description |
|---|---|---|
| newLayerName | const System::String& | The name of the new layer after merging. |
| newOptionalContentGroupId | const System::String& | The optional content group Id for the merged layer. |
See Also
- Class String
- Class Page
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++