Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
BinaryPdfDocument.cs
2{
6 public class BinaryPdfDocument
7 {
13 {
14 this.Document = Document;
15 }
16
20 public byte[] Document { get; }
21 }
22}
BinaryPdfDocument(byte[] Document)
A Binary PDF Document
byte[] Document
Binary representation of PDF document.