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
)
Public Sub Load (
file_name As String
)
public:
virtual void Load(
[InAttribute] String^ file_name
) sealed
function Load(file_name);
Parameters
- file_name
- Type: SystemString
the name of the file to load from.
See Also