Gets or sets the URL for the PDF rendering service.
Namespace:
TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.6.5
Syntax
| C# |
|---|
public string ServiceUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ServiceUrl As String |
| Visual C++ |
|---|
public: property String^ ServiceUrl { String^ get (); void set (String^ value); } |