fix a bug with tokenization without spaces before string

This commit is contained in:
Eliot Jones
2018-01-10 22:15:29 +00:00
parent 10b0f87f09
commit ba8d2f5b1d
6 changed files with 40 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
/// <inheritdoc />
/// <summary>
/// Provides access to document level information for this PDF document as well as access to the <see cref="T:UglyToad.PdfPig.Content.Page" />s contained in the document.
/// Provides access to document level information for this PDF document as well as access to the <see cref="T:UglyToad.PdfPig.Content.Page"/>s contained in the document.
/// </summary>
public class PdfDocument : IDisposable
{