PDFPrintManagerSetResourceLoader Method |
Set a resource loader to change the names for the option strings used in the print bar.
This can be used to add new languages. Please see the PDFVewCtrlDemo's file Resources.resw
for a list of keys and English values. If no ResourceLoader is provided, the print bar
will use keys as values.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetResourceLoader(
ResourceLoader resourceLoader
)
Public Sub SetResourceLoader (
resourceLoader As ResourceLoader
)
public:
virtual void SetResourceLoader(
[InAttribute] ResourceLoader^ resourceLoader
) sealed
function SetResourceLoader(resourceLoader);
Parameters
- resourceLoader
- Type: ResourceLoader
The resource loader that contains the strings for the print bar.
See Also