PdfPageEditor.GetPages

Метод PdfPageEditor.GetPages

Возвращает общее количество страниц.

public int GetPages()

Возвращаемое значение

Количество страниц.

Примеры

Следующий пример демонстрирует использование метода GetPages():

PdfPageEditor editor = new PdfPageEditor();
editor.BindPdf("sample.pdf");
Console.WriteLine("Document has: " + editor.GetPages());

См. также