Document.ExportAnnotationsToXfdf

ExportAnnotationsToXfdf(string)

Exports all document annotations to XFDF file

public void ExportAnnotationsToXfdf(string fileName)
ParameterTypeDescription
fileNameStringXFDF file name

See Also


ExportAnnotationsToXfdf(Stream)

Export all document annotations into stream.

public void ExportAnnotationsToXfdf(Stream stream)
ParameterTypeDescription
streamStreamStream where store XFDF.

See Also