Save the current Highlight information in the class to a file.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Save(
string file_name
)
Public Sub Save (
file_name As String
)
public:
virtual void Save(
[InAttribute] String^ file_name
) sealed
function Save(file_name);
Parameters
- file_name
- Type: SystemString
the name of the file to save to.
See Also