RemoveDocumentOpenAction

PdfContentEditor.RemoveDocumentOpenAction method

يزيل الإجراء المفتوح من المستند. هذه العملية مفيدة عند ربط مستندات متعددة تستخدم إجراء “GoTo” الصريح عند بدء التشغيل.

public void RemoveDocumentOpenAction()

أمثلة

PdfContentEditor editor = new PdfContentEditor();
editor.BindPdf("example.pdf");
editor.RemoveDocumentOpenAction();
editor.Save("example_out.pdf");

أنظر أيضا