Hi,
for my app I need to jump to a specific page of a PDF document after it has been loaded.
SfPdfViewer offers the PageNumber property to set the actual page number. Setting this property right after the document is loaded (DocumentLoaded-Event) sometimes doesn't work. It seems not to be dependent on the document size or the page number.
Something that may be related to this error: Sometimes after loading the document it is not possible to scroll down. After pinching (zoom in and out), scrolling down is possible. Also this error seems not to depend on the document size.
May be there's a way to re-layout after loading? I think, this is what happens when zooming in and out.
Thank you
Arno
<StackLayout>
<syncfusion:SfPdfViewer x:Name="pdfViewerControl" VerticalOptions="FillAndExpand"HorizontalOptions="FillAndExpand" />
</StackLayout> |