ExternalAnnotManagerMergeXFDF Method |
Merge an xfdf string into the current document. This Xfdf can be in normal Adobe format, or it contain xfdf commands like add, delete, and modify.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void MergeXFDF(
string xfdf_content
)
Public Sub MergeXFDF (
xfdf_content As String
)
public:
virtual void MergeXFDF(
[InAttribute] String^ xfdf_content
) sealed
function MergeXFDF(xfdf_content);
Parameters
- xfdf_content
- Type: SystemString
xfdf string with content to be added to the document.
See Also