Search completed in 1.56 seconds.
10 results for "NPFullPrint":
NPFullPrint - Archive of obsolete content
ArchivePluginsReferenceNPFullPrint
syntax typedef struct _npfullprint { npbool pluginprinted; /* true: print fullscreen */ npbool printone; /* true: print one copy */ /* to default printer */ void* platformprint; /* platform-specific */ } npfullprint; fields the data structure has the following fields: pluginprinted determines whether the plug-in prints in full-page mode.
...the npfullprint structure is used when the mode field of npprint is set to np_full.
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.
... values: np_full: pointer to npfullprint structure.
...see npfullprint and npp_print.
... see also npp_print, npfullprint, npembedprint ...
NPP_Print - Archive of obsolete content
ArchivePluginsReferenceNPP Print
for a full-page plug-in, set the printinfo field to npfullprint or null.
... see also npprint, npfullprint, npembedprint ...
Index - Archive of obsolete content
ArchiveIndex
3628 npfullprint npapi, plugins substructure of npprint that contains platform-specific information used during full-page mode printing.
Index of archived content - Archive of obsolete content
ArchiveIndex of archived content
ing multi-process plugins monitoring plugins multi-process plugin architecture npapi plugin developer guide npapi plugin reference browser-side plug-in api npapi plug-in side api npanycallbackstruct npbyterange npclass npembedprint npevent npfullprint npidentifier npn newstream npnvariable npn_createobject npn_destroystream npn_enumerate npn_evaluate npn_forceredraw npn_getauthenticationinfo npn_getintidentifier npn_getproperty npn_getstringidentifier npn_getstringidentifiers np...
NPEmbedPrint - Archive of obsolete content
ArchivePluginsReferenceNPEmbedPrint
see also npfullprint, np_port, npp_print, npprint, npprintcallbackstruct ...
NPAPI plugin reference - Archive of obsolete content
ArchivePluginsReference
npfullprint substructure of npprint that contains platform-specific information used during full-page mode printing.
Drawing and Event Handling - Plugins
PluginsGuideDrawing and Event Handling
this is a field of the _npfullprint substructure of the npprint structure.
Structures - Plugins
PluginsGuideStructures
npfullprint substructure of npprint that contains platform-specific information used during full-page mode printing.
Gecko Plugin API Reference - Plugins
PluginsGuide
npn_intfromidentifier 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 ...