Click or drag to resize

PdfLocalizationManagerGetObject Method

Safely retrieves a localized object resource (such as images, icons, or binary data) from the specified ResourceManager for a given culture.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static Object GetObject(
	ResourceManager resMan,
	string name,
	CultureInfo resourceCulture
)

Parameters

resMan  ResourceManager
The custom ResourceManager instance to query. Can be .
name  String
The case-sensitive name of the object resource to locate.
resourceCulture  CultureInfo
The CultureInfo representing the culture for which the resource is localized.

Return Value

Object
The localized object value if found; if resMan is , if the key does not exist, or if a MissingManifestResourceException is raised due to assembly mismatch.
See Also