It's a byte array that gets initially instantiated via File.ReadAllBytes(string) with the string being the PDF location and stored in a database table via Entity Framework which handles BLOBs as byte arrays. So, is it the correct byte array in terms of is it the entire array of the PDF in question? The answer is yes. Did you mean correct in some other way?
↧