PdfAnnotationEditor.ImportAnnotationsFromFdf

PdfAnnotationEditor.ImportAnnotationsFromFdf method

تستورد جميع التعليقات التوضيحية من ملف FDF.

public void ImportAnnotationsFromFdf(string fdfFile)
ParameterTypeDescription
fdfFileStringملف FDF المدخل.

Examples

PdfAnnotationEditor editor = new PdfAnnotationEditor();
editor.BindPdf("example.pdf");
editor.ImportAnnotationsFromFdf("annots.fdf");
editor.Save("example_out.pdf");

See Also