Dim MemoryStream As Stream
MemoryStream = File.InputStream
MemoryStream.Position = 0
Using Parser As New PdfParser(QS.IDImportDocumentType, QS.IDProcessType)
Json = Parser.ExtractDocumentJson(MemoryStream)
End Using
after that i can not get the length of the file
BlobStorageRequest.FileSize = File.ContentLength / 1024