Property BaseUri
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
BaseUri
Gets or sets the base URL for all relative links.
public Uri? BaseUri { get; set; }
Property Value
- Uri
The base URL for all relative links.
Remarks
Default value: null
.
Read the Convert HTML to PDF in C# and VB.NET article for examples of using this property.