Click or drag to resize

PdfWebControl.BasePath Property

Gets or sets a value representing the base path added to RAD PDF Http Handler requests made by this PdfWebControlLite.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public string BasePath { get; set; }

Property Value

Type: String
The URL path (relative or full) prepended to RAD PDF Http Handler requests. The default is string.Empty.
Remarks

This can be used to route RAD PDF requests to a specific sub directory or even another server. For example, if set to "/sub/", the IFRAME request to RadPdf.axd?... will instead be requested from /sub/RadPdf.axd?....

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!