Page.MergeLayers

MergeLayers(string)

将页面上的所有图层合并为一个具有指定新图层名称的单一图层。

public void MergeLayers(string newLayerName)
参数类型描述
newLayerName字符串合并后新图层的名称。

另请参阅


MergeLayers(string, string)

将页面上的所有图层合并为一个具有指定新图层名称和可选内容组 Id 的单一图层。

public void MergeLayers(string newLayerName, string newOptionalContentGroupId)
参数类型描述
newLayerName字符串合并后新图层的名称。
newOptionalContentGroupId字符串合并图层的可选内容组 Id。

另请参阅