InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages

Classes

class  PrtMemActionComponent
 
class  PrtMemHelperStrategyService
 
class  PrtMemMemoryXferBytes
 
class  PrtMemPrintDataHelperStrategy
 
class  PrtMemPrintInsertPSProcProvider
 
class  PrtMemPrintSetupProvider
 
class  PrtMemWriteStream
 
class  kPrtMemActionComponentBoss
 
class  kPrtMemPrintInsertPSProcProviderBoss
 
class  kPrtMemPrintDataHelperStrategyProviderBoss
 
class  kPrtMemCustomStreamBoss
 
class  kPrtMemPrintSetupProviderBoss
 

Functions

bool16 gPrtMemPrintingToMemory (kFalse)
 

Function Documentation

bool16 gPrtMemPrintingToMemory (kFalse )

Global flag to make sample quicker to write. This flag is accessed by other components in this plug-in.

  • If kFalse, printing to memory is disabled.
  • If kTrue, printing to memory is enabled.

NOTE: Using a global flag like this is NOT recommended as general pattern for storing Print settings.

For a recommendation on how to manage and present Printing options, see the PrintHook and PrintHook sample plug-in set.