Click or drag to resize

FDFDocMergeAnnots Method (String)

Merges annotations into an FDF document with a given XML command file.

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void MergeAnnots(
	string command_file
)

Parameters

command_file
Type: SystemString
The path to the XML command file, or the XML command string itself.
See Also