Steps to reproduce:
Refer to the attached project that illustrates the issue.
Expected results:
PdfPageFacade throws a more informative exception when 0 (or another incorrect index) is passed as the "pageNumber" parameter to the to the AddRubberStampAnnotation method.
Current results:
PdfPageFacade throws NullReferenceException when 0 is passed as the "pageNumber" parameter to the to the AddRubberStampAnnotation method.