ResourceManagerRegisterReplacement Method (String, String)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Registers the resource replacement, original resource will be replaced during document processing.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void RegisterReplacement(
	string originalId,
	string replacementId
)

Parameters

originalId
Type: SystemString
The resource id of the original(that should be replaced) resource.
replacementId
Type: SystemString
The resource id of the replacement.
See Also

Reference