Change name from PdfPath to PdfSubpath

This commit is contained in:
BobLd
2020-04-02 16:12:39 +01:00
committed by Eliot Jones
parent f1be6634a7
commit ab6a0f11fc
21 changed files with 94 additions and 93 deletions

View File

@@ -28,12 +28,12 @@
public IReadOnlyList<Letter> Letters { get; }
public IReadOnlyList<PdfPath> Paths { get; }
public IReadOnlyList<PdfSubpath> Paths { get; }
public int NumberOfImages => images.Count;
internal PageContent(IReadOnlyList<IGraphicsStateOperation> graphicsStateOperations, IReadOnlyList<Letter> letters,
IReadOnlyList<PdfPath> paths,
IReadOnlyList<PdfSubpath> paths,
IReadOnlyList<Union<XObjectContentRecord, InlineImage>> images,
IReadOnlyList<MarkedContentElement> markedContents,
IPdfTokenScanner pdfScanner,