UXFPaginatedTextOptions contains information used by PEEnableEventInfo, whenever you export in paginated text format.
struct UXFPaginatedTextOptions {
WORD StructSize;
WORD nLinesPerPage;
};
Specifies the size of the UXFPaginatedTextOptions structure. Initialize this member to UXFPaginatedTextOptionsSize. | |
Indicates the number of lines to be printed before the page break. The default is 60 lines. When the paginated text format is used with PEGetExportOptions, the program displays the Lines Per Page dialog box to give the user the opportunity to specify a different number if he or she wishes. |
type
UXFPaginatedTextOptions = Record
structSize:Word;
nLinesPerPage:Word;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |