SfPdfViewer crash on resize
cs:
publicStreamDocumentStream
{
get{return_pdfFileStream; }
set
{
_pdfFileStream =value;
RaisePropertyChanged(() => DocumentStream);
}
}
private void LoadFile() {
Assemblyassembly =typeof(MainPage).GetTypeInfo()
DocumentStream= assembly.
}
stacktrace:
value cannot be null. Parameter name: crossTable
at Syncfusion.Pdf.Parsing.
at Syncfusion.Pdf.Parsing.
at Syncfusion.Pdf.Parsing.
at Syncfusion.Windows.PdfViewer.
at Syncfusion.Windows.PdfViewer.
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.
at System.Threading.
p.s.no crash if I loaded through PdfLoadedDocument ldoc and call pdf.LoadDocument(ldoc);
- 3 Replies
- 3 Participants
-
SE sergey
- Aug 9, 2016 01:58 PM UTC
- Sep 26, 2016 08:35 AM UTC