Page.MergeLayers
Contents
[
Hide
]MergeLayers(string)
Merges all layers on the page into a single layer with the specified new layer name.
public void MergeLayers(string newLayerName)
Parameter | Type | Description |
---|---|---|
newLayerName | String | The name of the new layer after merging. |
See Also
- class Page
- namespace Aspose.Pdf
- assembly Aspose.PDF
MergeLayers(string, string)
Merges all layers on the page into a single layer with the specified new layer name and optional content group Id.
public void MergeLayers(string newLayerName, string newOptionalContentGroupId)
Parameter | Type | Description |
---|---|---|
newLayerName | String | The name of the new layer after merging. |
newOptionalContentGroupId | String | The optional content group Id for the merged layer. |
See Also
- class Page
- namespace Aspose.Pdf
- assembly Aspose.PDF