Click or drag to resize

GlobalResourcesMerge Method

Merges the specified other.

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public void Merge(
	GlobalResources other,
	GlobalResourcesMergeRenameNotifier notifier
)

Parameters

other
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingGlobalResources
The other.
notifier
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingGlobalResourcesMergeRenameNotifier
The notifier.
See Also