mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 11:44:51 +08:00
Add description to GetMarkedContents()
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
public IEnumerable<IPdfImage> GetImages() => Content.GetImages();
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Gets any marked content on the page.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public IReadOnlyList<PdfMarkedContent> GetMarkedContents() => Content.GetMarkedContents();
|
||||
|
Reference in New Issue
Block a user