Gets or sets the base URL for all relative links.
Namespace:
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:
BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)
Syntax
C#
public Uri BaseUri { get; set; }
VB
Public Property BaseUri As Uri
Get
Set
Property Value
Type:
UriThe base URL for all relative links.
Remarks
See Also