mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-23 04:36:44 +08:00
Update src/UglyToad.PdfPig/Content/Page.cs
Co-Authored-By: Eliot Jones <elioty@hotmail.co.uk>
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The set of <see cref="PdfPath"/>s drawn by the PDF content.
|
/// The set of <see cref="PdfPath"/>s drawn by the PDF content.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public List<PdfPath> Paths => Content?.Paths ?? new List<PdfPath>();
|
public IReadOnlyList<PdfPath> Paths => Content?.Paths ?? new List<PdfPath>();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The full text of all characters on the page in the order they are presented in the PDF content.
|
/// The full text of all characters on the page in the order they are presented in the PDF content.
|
||||||
|
Reference in New Issue
Block a user