The PDF bytes array to be rendered by the control

C# | Visual Basic | Visual C++ |
public byte[] PdfSourceBytes { get; set; }
Public Property PdfSourceBytes As Byte()
public: property array<unsigned char>^ PdfSourceBytes { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }