IStringProvider.GetString

This method will be called by DynamicPdf Viewer, every time a string resource will be needed.

public abstract string GetString(string key)
MustOverride Function GetString(key As String) As String

Parameters

key
String

Key string for which the locale specific value string is requied by DynamicPdf Viewer

Returns

String

Must return a value string for the provided key parameter.

Licensing Info

This method is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

Remarks

This method is needed to be implemented for providing locale strings.

See Also

IStringProvider
ceTe.DynamicPDF.Viewer

In this topic