Click or drag to resize

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.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static ResourceManager WpfV4Resources { get; set; }

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