Click or drag to resize

PdfResourceManagerTMerge Method

Merges the set of resources, other, into this ResourceManager using the selector to resolve name conflicts.

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Merge(
	PdfResourceManager<T> other,
	GlobalResourcesMergeRenameNotifier notifier
)

Parameters

other
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingPdfResourceManagerT
The set of other resources to be merged.
notifier
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingGlobalResourcesMergeRenameNotifier
The selector to resolve conflicts. If selector is null, the original resource will be kept.
See Also