PDF Viewer Control for ASP.NET
PdfSourceURL Property
NamespacesPdfViewer4AspNetPdfViewerPdfSourceURL
The URL of the PDF document to be displayed in the viewer. If the PdfSourceBytes is set, this property will be ignored
Declaration Syntax
C#Visual BasicVisual C++
public string PdfSourceURL { get; set; }
Public Property PdfSourceURL As String
public:
property String^ PdfSourceURL {
	String^ get ();
	void set (String^ value);
}

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