Page.MergeLayers

MergeLayers(string)

Merges all layers on the page into a single layer with the specified new layer name.

public void MergeLayers(string newLayerName)
ParameterTypeDescription
newLayerNameStringThe name of the new layer after merging.

See Also


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)
ParameterTypeDescription
newLayerNameStringThe name of the new layer after merging.
newOptionalContentGroupIdStringThe optional content group Id for the merged layer.

See Also