Click or drag to resize

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
)

Parameters

xfdf_content
Type: SystemString
xfdf string with content to be added to the document.
See Also