ScreenshotOptionsBaseUrl Property |
Gets and sets base URL when converting HTML string. All assets such as CSS, JavaScript files and images will be loaded relative to that base URL. Default: null. (For example, "https://example.com", "d:\my webs\").
Namespace: SautinSoft.PdfVisionAssembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.8.28
Syntax public string BaseUrl { get; set; }
Public Property BaseUrl As String
Get
Set
Property Value
StringSee Also