PDF Viewer Control for ASP.NET
PdfSourceBytes Property
NamespacesPdfViewer4AspNetPdfViewerPdfSourceBytes
The PDF bytes array to be rendered by the control
Declaration Syntax
C#Visual BasicVisual 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);
}

Assembly: PdfViewerAspNet (Module: PdfViewerAspNet) Version: 3.1.0.16909 (3.1.0.0)