BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
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);