AllDataFromFile Property
|
True | Specifies that the control should retrieve document title, body text, header and footer from the text file specified in the FileName property (see remarks below).
|
False | (Default). Specifies that the control should only retrieve the document text from the text file.
|
Document title text | (must be on the first line in the file)
|
Document header text | (must be on the second line in the file)
|
Document footer text | (must be on the third line in the file)
|
Document body text | (starts on the fourth line in the file)
|