Add description to GetMarkedContents()

This commit is contained in:
BobLd
2020-01-08 10:36:58 +00:00
parent 84bab1b627
commit 49d836c5cb

View File

@@ -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();