[ROOT] --> C++Client

struct PEPrintOptions

Retrieves the print options specified for the report.

Source:
MobileApps\PCRE\CppClient\Include\crw\crpe.h

Variables Index

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:
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.


Variables

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:


Copyright (c) 2000 Dynalivery Corp.