![]() |
PMSetFirstPage |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Sets the default page number of the first page to be printed, as displayed in the Print dialog box.
OSStatus PMSetFirstPage ( PMPrintSettings printSettings, UInt32 first, Boolean lock );
A PMPrintSettings object.
The page number of the first page to print. This value appears in the From field of the Print dialog box.
Pass true to prevent the user from changing the first page value. Locking is supported only on Mac OS X.
A result code. A result code. See
Valid within a printing session after creating a print settings object.
Supported in Carbon. Available in Carbon 1.0.2 and later.
The PMSetFirstPagefunction replaces the Printing Manager opcode kPrinterDirectOpCode in kPDVerifySelect mode, and sets information previously stored in the iFstPage field of the Printing Manager structure TPrJob.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)