HasPlatformPrintJob
TheHasPlatformPrintJobmethod returns a Boolean value that indicates whether this canvas has a print job for the specified graphics system.
ODBoolean HasPlatformPrintJob (in ODGraphicsSystem g);
g- A 16-bit value specifying the graphics system you want to check for this canvas. Valid graphics systems are platform dependent.
- return value
kODTrueif this canvas has a print job for the specified graphics system, otherwisekODFalse.DISCUSSION
On the Mac OS platform, the graphics system may be either QuickDraw (kODQuickDraw) or QuickDraw GX (kODQuickDrawGX).SEE ALSO
TheODGraphicsSystemtype (page 883).
TheODCanvas::GetPlatformPrintJobmethod (page 71).
TheODCanvas::SetPlatformPrintJobmethod (page 81).
"Issues for All Parts" on page 176 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help