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