Text to appear at the start of each document in the report.
C#
public String FileHeader;
Remarks
Use the following symbols to insert file information into the header.
Symbol |
Meaning |
%%Filename%% |
The name of the file (without path information). For PDF and HTML files, this will be the Title. |
%%Location%% |
The location of the file |
%%FullName%% |
The path and filename of the file. |
%%Size%% |
File size in bytes |
%1/30/2024% |
Modification date of the file when indexed |
%%Hits%% |
Number of hits in the file |
%%Title%% |
The first 80 characters of the file |
See Also