dtSearch Text Retrieval Engine .NET interface

SearchReportJob.ContextHeader Property

Text to appear at the start of each block of context in the report.

public string ContextHeader {get; set;}

Remarks

Use the following symbols to insert file information into the context header.

%%Filename%% The name of the file (without path information). For PDF and HTML files, this will be the Title.
%%Page%% Page number where the hit occurs
%%Paragraph%% Paragraph number where the hit occurs (relative to the start of the page)
%%Word%% Word offset of the block of context from the beginning of the file.
%%FirstHit%% Word offset of the first hit in this block of context.

See Also

SearchReportJob Class | dtSearch.Engine Namespace