PdfFileEditor.MergeDuplicateLayers

PdfFileEditor.MergeDuplicateLayers property

Optional contents of concatentated documents with equal names will be merged into one layer in resulstant document if this property is true. Else, layers with equal names will be save as different layers in resultant document.

public bool MergeDuplicateLayers { get; set; }

See Also