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
)
Public Sub MergeAnnots (
command_file As String
)
public:
virtual void MergeAnnots(
[InAttribute] String^ command_file
) sealed
function MergeAnnots(command_file);
Parameters
- command_file
- Type: SystemString
The path to the XML command file, or the XML command string itself.
See Also