 | PdfLocalizationManagerWpfV4Resources Property |
Gets or sets the custom resource manager used to override toolbar button text, tooltips, and menu item labels in the WPF PdfViewer V4 component.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static ResourceManager WpfV4Resources { get; set; }Public Shared Property WpfV4Resources As ResourceManager
Get
Set
public:
static property ResourceManager^ WpfV4Resources {
ResourceManager^ get ();
void set (ResourceManager^ value);
}static member WpfV4Resources : ResourceManager with get, set
/** @property */
public static ResourceManager get_WpfV4Resources()
/** @property */
public static void set_WpfV4Resources(ResourceManager value)
Patagames.Pdf.Net.PdfLocalizationManager.get_WpfV4Resources = function();
Patagames.Pdf.Net.PdfLocalizationManager.set_WpfV4Resources = function(value);
Property Value
ResourceManager
A configured
ResourceManager instance pointing to the host application's assembly resources.
The default value is
, which uses the built-in WPF PdfViewer SDK toolbar assets.
See Also