Page.MergeLayers
MergeLayers(string)
将页面上的所有图层合并为一个具有指定新图层名称的单一图层。
public void MergeLayers(string newLayerName)
参数 | 类型 | 描述 |
---|---|---|
newLayerName | 字符串 | 合并后新图层的名称。 |
另请参阅
- 类 Page
- 命名空间 Aspose.Pdf
- 程序集 Aspose.PDF
MergeLayers(string, string)
将页面上的所有图层合并为一个具有指定新图层名称和可选内容组 Id 的单一图层。
public void MergeLayers(string newLayerName, string newOptionalContentGroupId)
参数 | 类型 | 描述 |
---|---|---|
newLayerName | 字符串 | 合并后新图层的名称。 |
newOptionalContentGroupId | 字符串 | 合并图层的可选内容组 Id。 |
另请参阅
- 类 Page
- 命名空间 Aspose.Pdf
- 程序集 Aspose.PDF