mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-22 20:13:58 +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>
|
||||
/// The set of <see cref="PdfPath"/>s drawn by the PDF content.
|
||||
/// </summary>
|
||||
public List<PdfPath> Paths => Content?.Paths ?? new List<PdfPath>();
|
||||
public IReadOnlyList<PdfPath> Paths => Content?.Paths ?? new List<PdfPath>();
|
||||
|
||||
/// <summary>
|
||||
/// The full text of all characters on the page in the order they are presented in the PDF content.
|
||||
@@ -171,4 +171,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user