Click or drag to resize

HighlightsLoad Method

Load the Highlight information from a file. Note that the pre-existing Highlight information is discarded.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Load(
	string file_name
)

Parameters

file_name
Type: SystemString
the name of the file to load from.
See Also