[This is preliminary documentation and is subject to change.]

Absolute or virtual path to the folder containing loadable objects (images, CSS, ...) (default = empty)

Namespace: TallComponents.Web
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
public string BasePath { get; set; }
Visual Basic
Public Property BasePath As String
	Get
	Set

Remarks

If the base path is empty the path info from Path property will be used.

See Also