Search completed in 1.13 seconds.
15 results for "NPP_Print":
NPP_Print - Archive of obsolete content
ArchivePluginsReferenceNPP Print
syntax #include <npapi.h> void npp_print(npp instance, npprint* printinfo); parameters the function has the following parameters: instance pointer to the current plug-in instance.
... description npp_print is called when the user requests printing for a web page that contains a visible plug-in (either embedded or full-page).
Drawing and Event Handling - Plugins
PluginsGuideDrawing and Event Handling
npp_print: request a platform-specific print operation for the instance.
... printing the plug-in the browser calls the npp_print method to ask the plug-in instance to print itself.
... void npp_print(npp instance, npprint *printinfo); the instance parameter represents the current plug-in.
...And 3 more matches
NPPrint - Archive of obsolete content
ArchivePluginsReferenceNPPrint
see npfullprint and npp_print.
... description the npp_print function passes a pointer to an npprint object (previously allocated by the browser) to the plug-in.
... the pointer and fields within the npprint structure are valid only for the duration of the npp_print call.
... see also npp_print, npfullprint, npembedprint ...
NPFullPrint - Archive of obsolete content
ArchivePluginsReferenceNPFullPrint
mac os: thprint ms windows: printer's device context description the npp_print function passes the plug-in a pointer to an npprint object (previously allocated by the browser).
...if you want an embedded plug-in to simply render its area of the page, set pluginprinted to false and return immediately; the browser calls npp_print again with the npembedprint substructure of npprint.
... see also npp_print, npprint, npembedprint ...
NPEmbedPrint - Archive of obsolete content
ArchivePluginsReferenceNPEmbedPrint
description the npp_print function passes a pointer to an npprint object (previously allocated by the browser) to the plug-in.
... see also npfullprint, np_port, npp_print, npprint, npprintcallbackstruct ...
Index - Archive of obsolete content
ArchiveIndex
3684 npp_print npapi, plugins requests a platform-specific print operation for an embedded or full-screen plug-in.
Index of archived content - Archive of obsolete content
ArchiveIndex of archived content
npn_setvalue npn_setvalueforurl npn_status npn_utf8fromidentifier npn_useragent npn_version npn_write npobject npp nppvariable npp_destroy npp_destroystream npp_getvalue npp_handleevent npp_new npp_newstream npp_print npp_setvalue npp_setwindow npp_streamasfile npp_urlnotify npp_write npp_writeready npprint npprintcallbackstruct nprect npregion npsaveddata npsetwindowcallbackstruct npstream npstring nputf8 npvariant ...
NPAnyCallbackStruct - Archive of obsolete content
ArchivePluginsReferenceNPAnyCallbackStruct
see also npp_print() npembedprint npsetwindowcallbackstruct npprintcallbackstruct ...
NPPrintCallbackStruct - Archive of obsolete content
ArchivePluginsReferenceNPPrintCallbackStruct
see also npp_print, npembedprint, npsetwindowcallbackstruct, npanycallbackstruct ...
NPAPI plug-in side API - Archive of obsolete content
ArchivePluginsReferencePlug-in side
npp_destroy npp_destroystream npp_getvalue np_getvalue npp_handleevent np_initialize npp_new npp_newstream npp_print npp_setvalue npp_setwindow np_shutdown npp_streamasfile npp_urlnotify npp_write npp_writeready ...
NPAPI plugin reference - Archive of obsolete content
ArchivePluginsReference
npp_print requests a platform-specific print operation for an embedded or full-screen plug-in.
Plug-in Development Overview - Gecko Plugin API Reference
Gecko Plugin API ReferencePlug-in Development Overview
npp_print: request a platform-specific print operation for the instance.
Plug-in Development Overview - Plugins
PluginsGuidePlug-in Development Overview
npp_print: request a platform-specific print operation for the instance.
Plug-in Side Plug-in API - Plugins
PluginsGuidePlug-in Side Plug-in API
npp_print requests a platform-specific print operation for an embedded or full-screen plug-in.
Gecko Plugin API Reference - Plugins
PluginsGuide
npp_destroy npp_destroystream npp_getvalue np_getvalue npp_handleevent np_initialize npp_new npp_newstream npp_print npp_setvalue npp_setwindow np_shutdown npp_streamasfile npp_urlnotify npp_write npp_writeready browser side plug-in api this chapter describes methods in the plug-in api that are available from the browser.