Update src/UglyToad.PdfPig/Content/PageContent.cs

Co-Authored-By: Eliot Jones <elioty@hotmail.co.uk>
This commit is contained in:
vadik299
2019-07-23 21:05:00 -04:00
committed by GitHub
parent f2a64d9362
commit 7c50733cbc

View File

@@ -24,7 +24,7 @@
internal IReadOnlyList<IGraphicsStateOperation> GraphicsStateOperations { get; }
public IReadOnlyList<Letter> Letters { get; }
public List<PdfPath> Paths { get; }
public IReadOnlyList<PdfPath> Paths { get; }
internal PageContent(IReadOnlyList<IGraphicsStateOperation> graphicsStateOperations, IReadOnlyList<Letter> letters, List<PdfPath> paths,
IReadOnlyDictionary<XObjectType, List<XObjectContentRecord>> xObjects,