Use PESetSectionFormat to set the section format settings for selected sections in the specified report to the values in PESectionOptions. This function can be used to provide specialized formatting for printing invoices, form letters, printing to pre
BOOL CRPE_API PESetSectionFormat (
short printJob,
short sectionCode,
PESectionOptions FAR *options );
Specifies the print job for which you want to set section formatting options. | |
Specifies the Section Codes for the report section(s) for which you want to set formatting options. See Working with section codes. | |
Specifies a pointer to PESectionOptions. Use this structure to set your section options. |
Declare Function PESetSectionFormat Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal sectionCode As Integer,
Options As PESectionOptions ) As Integer
function PESetSectionFormat (
printJob: Word;
sectionCode: smallint;
var options: PESectionOptions
): Bool stdcall;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |