Skip to content

Commit

Permalink
Added comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Jul 28, 2021
1 parent 20fe90e commit 29d4612
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/PdfToSvg/Parsing/ObjectScanner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@

namespace PdfToSvg.Parsing
{
/// <summary>
/// Scanner used to find objects within a PDF file without using a cross-reference table.
/// This is used as fallback when the xref table is either missing or corrupt.
/// See PDF spec 1.7, page 658.
/// </summary>
internal static class ObjectScanner
{
private enum ScanToken
Expand Down

0 comments on commit 29d4612

Please sign in to comment.