#16 #19 tidy up letter api and check/fix type 1 cff positions

This commit is contained in:
Eliot Jones
2018-11-24 14:38:44 +00:00
parent 30cfd12155
commit 31ea1bbd33
11 changed files with 267 additions and 28 deletions

View File

@@ -108,7 +108,7 @@
public static PdfDocument Open(Stream stream, ParsingOptions options = null) => PdfDocumentFactory.Open(stream, options);
/// <summary>
/// Get the page with the specified page number.
/// Get the page with the specified page number (1 indexed).
/// </summary>
/// <param name="pageNumber">The number of the page to return, this starts from 1.</param>
/// <returns>The page.</returns>