PdfExtractor.EndPage

خاصية PdfExtractor.EndPage

تحصل أو تعين الصفحة النهائية في نطاق الصفحات حيث سيتم تنفيذ عملية الاستخراج.

PdfExtractor ext = new PdfExtractor();
ext.BindBdf("sample.pdf");
ext.StartPage = 2;
ext.EndPage = 3;
ext.ExtractText();
public int EndPage { get; set; }

انظر أيضًا