I have a document with non-layered contents, and a layer with additional contents. Actually, the layer and it contents were created with Spire (doc.Layers.AddLayer/layer.CreateGraphics/canvas.Draw)
Now I need to copy that layered content to another document.
I have copied entire pages before (page.CreateTemplate/template.Draw...), but that copies layered and non-layered content alike.
Is there a way to just copy or create a template from the layer?
Alternatively, how can I delete all non-layered content before creating the template?
(if it were the other way around, I could just delete the layer before creating the template, but it's just the layer I want to keep)
Hope someone knows a way; any suggestions welcome