DocX
DocX copied to clipboard
Cannot Detect true page count
Here is an attachment file that has 5 pages, But Xceed returned to me only 3 pages count:
using (var document = DocX.Load("example.docx"))
{
var pageCount = document.GetPageCount();
}
Hi,
I believe this is because you are using big images. You could always try with smaller images and see if it help, until this issue is fixed.
Thank you