PdfAnnotationEditor.ImportAnnotationsFromFdf
PdfAnnotationEditor.ImportAnnotationsFromFdf metodu
FDF dosyasından tüm notları içe aktarır.
public void ImportAnnotationsFromFdf(string fdfFile)
| Parametre | Tür | Açıklama |
|---|---|---|
| fdfFile | String | Girdi 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
- sınıf PdfAnnotationEditor
- ad alanı Aspose.Pdf.Facades
- derleme Aspose.PDF