PdfAnnotationEditor.ImportAnnotationsFromFdf

PdfAnnotationEditor.ImportAnnotationsFromFdf metodu

FDF dosyasından tüm notları içe aktarır.

public void ImportAnnotationsFromFdf(string fdfFile)
ParametreTürAçıklama
fdfFileStringGirdi FDF dosyası.

Örnekler

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

Ayrıca Bakınız