[ROOT] --> C-Client
- struct PEPrintOptions
Retrieves the print options specified for the report.
- Source:
-
C:\FlatInclude\Crystal:Structures.h
collation
- Indicates whether or not you want the program to collate the
copies (if you are printing multiple copies of a multiple page
report). For this parameter, use one of the following constants:
- PE_UNCOLLATED - No collation. (Page order 1,1,1 .. 2,2,2 ...)
- PE_COLLATED - Collated. (Page order 1,2,3 ..., 1,2,3 ...)
- PE_DEFAULTCOLLATION - Use the setting specified in the report.
nReportCopies
- Specifies the number of copies you want to print. Copy numbers,
like page numbers, are 1 origin. Enter 0 if you want to retain the
existing settings.
startPageN
- Specifies the first page that you want to print. Page numbers are
1 origin (Page 1 = 1, Page 2 = 2, etc.). Enter 0 if you want to
retain the existing settings.
stopPageN
- Specifies the last page that you want to print. Page numbers are 1
origin (Page 1 = 1, Page 2 = 2, etc.). Enter 0 if you want to
retain the existing settings.
StructSize
- Specifies the size of the PEPrintOptions structure. You must
initialize this member to be the size of whatever it is, for
example, options.StructSize = PE_SIZEOF_PRINT_OPTIONS.
StructSize
WORD StructSize
Specifies the size of the PEPrintOptions structure. You must
initialize this member to be the size of whatever it is, for
example, options.StructSize = PE_SIZEOF_PRINT_OPTIONS.
startPageN
unsigned short startPageN
Specifies the first page that you want to print. Page numbers are
1 origin (Page 1 = 1, Page 2 = 2, etc.). Enter 0 if you want to
retain the existing settings.
stopPageN
unsigned short stopPageN
Specifies the last page that you want to print. Page numbers are 1
origin (Page 1 = 1, Page 2 = 2, etc.). Enter 0 if you want to
retain the existing settings.
nReportCopies
unsigned short nReportCopies
Specifies the number of copies you want to print. Copy numbers,
like page numbers, are 1 origin. Enter 0 if you want to retain the
existing settings.
collation
unsigned short collation
Indicates whether or not you want the program to collate the
copies (if you are printing multiple copies of a multiple page
report). For this parameter, use one of the following constants:
- PE_UNCOLLATED - No collation. (Page order 1,1,1 .. 2,2,2 ...)
- PE_COLLATED - Collated. (Page order 1,2,3 ..., 1,2,3 ...)
- PE_DEFAULTCOLLATION - Use the setting specified in the report.
Copyright (c) 2000 Dynalivery Corp.