Click or drag to resize

GlobalResourcesMerge Method

Merges the specified other.

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(
	GlobalResources other,
	GlobalResourcesMergeRenameNotifier notifier
)

Parameters

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