mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-20 20:07:57 +08:00
finish first pass of annotation api
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
{
|
||||
for (var i = 0; i < document.NumberOfPages; i++)
|
||||
{
|
||||
document.GetPage(i + 1);
|
||||
var page = document.GetPage(i + 1);
|
||||
|
||||
Assert.NotNull(page.GetAnnotations().ToList());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user