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
{{ message }}
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
If the document is larger than 30 pages, the first pages will be blank or white.
When I look at the file in another viewer, the first pages are definitely not empty.
This my XAML: <ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" Margin="5"> <WindowsFormsHost> <pdfiumViewer:PdfRenderer x:Name="pdfviewer" Enabled="True" Visible="True" /> </WindowsFormsHost> </ScrollViewer>
and the code that load: this.pdfviewer.Load(PdfiumViewer.PdfDocument.Load(this.tempFile));
What could I do wrong and how could I correct it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the document is larger than 30 pages, the first pages will be blank or white.
When I look at the file in another viewer, the first pages are definitely not empty.
This my XAML:
<ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" Margin="5">
<WindowsFormsHost>
<pdfiumViewer:PdfRenderer x:Name="pdfviewer" Enabled="True" Visible="True" />
</WindowsFormsHost>
</ScrollViewer>
and the code that load:
this.pdfviewer.Load(PdfiumViewer.PdfDocument.Load(this.tempFile));
What could I do wrong and how could I correct it?
The text was updated successfully, but these errors were encountered: