Search completed in 1.26 seconds.
13 results for "NPPrint":
NPPrint - Archive of obsolete content
ArchivePluginsReferenceNPPrint
syntax typedef struct _npprint { uint16 mode; /* np_full or np_embed */ union { npfullprint fullprint; /* if mode is np_full */ npembedprint embedprint; /* if mode is np_embed */ } print; } npprint; fields the data structure has the following fields: mode determines whether plug-in prints in full-page or embedded mode.
... 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.
NPPrintCallbackStruct - Archive of obsolete content
ArchivePluginsReferenceNPPrintCallbackStruct
syntax typedef struct { int32 type; file* fp; } npprintcallbackstruct; fields the data structure has the following fields: type always contains np_print.
...the npprintcallbackstruct structure contains the file pointer to which the plug-in should write its postscript data.
NPEmbedPrint - Archive of obsolete content
ArchivePluginsReferenceNPEmbedPrint
« gecko plugin api reference « plug-in side plug-in api summary substructure of npprint that contains platform-specific information used during embedded mode printing.
... mac os: thprint unix: pointer to a npprintcallbackstruct.
... description the npp_print function passes a pointer to an npprint object (previously allocated by the browser) to the plug-in.
...And 2 more matches
NPFullPrint - Archive of obsolete content
ArchivePluginsReferenceNPFullPrint
« gecko plugin api reference « plug-in side plug-in api summary substructure of npprint that contains platform-specific information used during full-page mode printing.
... 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).
... the npfullprint structure is used when the mode field of npprint is set to np_full.
...And 2 more matches
Index - Archive of obsolete content
ArchiveIndex
3626 npembedprint npapi, plugins substructure of npprint that contains platform-specific information used during embedded mode printing.
... 3628 npfullprint npapi, plugins substructure of npprint that contains platform-specific information used during full-page mode printing.
... 3691 npprint npapi, plugins contains information the plug-in needs to print itself in full-page or embedded mode.
... 3692 npprintcallbackstruct npapi, plugins contains information required by the platformprint field of the npembedprint structure during embedded mode printing on unix systems.
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.
... printinfo pointer to npprint structure.
...it uses the print mode set in the npprint structure in its printinfo parameter to determine whether the plug-in should print as an embedded plug-in or as a full-page plug-in.
... see also npprint, npfullprint, npembedprint ...
NPAPI plugin reference - Archive of obsolete content
ArchivePluginsReference
npembedprint substructure of npprint that contains platform-specific information used during embedded mode printing.
... npfullprint substructure of npprint that contains platform-specific information used during full-page mode printing.
... npprint contains information the plug-in needs to print itself in full-page or embedded mode.
... npprintcallbackstruct contains information required by the platformprint field of the npembedprint structure during embedded mode printing on unix systems.
Structures - Plugins
PluginsGuideStructures
npembedprint substructure of npprint that contains platform-specific information used during embedded mode printing.
... npfullprint substructure of npprint that contains platform-specific information used during full-page mode printing.
... npprint contains information the plug-in needs to print itself in full-page or embedded mode.
... npprintcallbackstruct contains information required by the platformprint field of the npembedprint during embedded mode printing.
Drawing and Event Handling - Plugins
PluginsGuideDrawing and Event Handling
void npp_print(npp instance, npprint *printinfo); the instance parameter represents the current plug-in.
...this is a field of the _npfullprint substructure of the npprint structure.
Index of archived content - Archive of obsolete content
ArchiveIndex of archived content
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 npvarianttype npwindow np_getmimedescription np_getvalue np_initialize np_port np_shutdown ...
NPAnyCallbackStruct - Archive of obsolete content
ArchivePluginsReferenceNPAnyCallbackStruct
see also npp_print() npembedprint npsetwindowcallbackstruct npprintcallbackstruct ...
NPSetWindowCallbackStruct - Archive of obsolete content
ArchivePluginsReferenceNPSetWindowCallbackStruct
see also npp_setwindow() npwindow npprintcallbackstruct npanycallbackstruct ...
Gecko Plugin API Reference - Plugins
PluginsGuide
npobject npn_createobject npn_retainobject npn_releaseobject npn_invoke npn_invokedefault npn_evaluate npn_getproperty npn_setproperty npn_removeproperty npn_hasproperty npn_hasmethod npn_setexception npclass structures npanycallbackstruct npbyterange npembedprint npevent npfullprint npp np_port npprint npprintcallbackstruct nprect npregion npsaveddata npsetwindowcallbackstruct npstream npwindow constants error codes result codes plug-in version constants version feature constants external resources external projects and articles for plugin creation original document information copyright information: netscape communication ...