You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get the PdfRangeDocument.FromDocument method to work on a Windows Form but whatever I try, it will always show me a page range [1..n] rather than [m..m+n]. If Ι am using the following:
I am trying to get the PdfRangeDocument.FromDocument method to work on a Windows Form but whatever I try, it will always show me a page range [1..n] rather than [m..m+n]. If Ι am using the following:
I expect this to show page 2 of the pdf but is just shows page 1. If I change the last line to
I get pages 1 and 2 displayed.
Am I missing something here?
The text was updated successfully, but these errors were encountered: