PageCount

MarkdownDocumentInfo.PageCount property

Returns number of pages. Markdown documents usually have no fixed pages and thus page count, so this number is calculated from standard page size set to A4 in portrait orientation.

public int PageCount { get; }

See Also