mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
Update src/UglyToad.PdfPig/Content/PageContent.cs
Co-Authored-By: Eliot Jones <elioty@hotmail.co.uk>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user