UXFPaginatedTextOptions

UXFPaginatedTextOptions contains information used by PEEnableEventInfo, whenever you export in paginated text format.

C Syntax
struct UXFPaginatedTextOptions {
    WORD StructSize;
    WORD nLinesPerPage;
};
Members

structSize

Specifies the size of the UXFPaginatedTextOptions structure. Initialize this member to UXFPaginatedTextOptionsSize.

nLines
PerPage

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.

Delphi Record Listing
type
    UXFPaginatedTextOptions = Record
        structSize:Word;
        nLinesPerPage:Word;
    end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com