PageCount

IDocumentInfo.PageCount property

In implementing type should return count (number) of pages or other similar format-dependent entities (tabs, slides etc.). For those family types, that don’t have something similar (like plain text documents or XML) should return 1.

public int PageCount { get; }

See Also