Class LoadOptions
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
The options for the loading part of an HTML to PDF conversion.
public class LoadOptions
- Inheritance
-
LoadOptions
- Inherited Members
Remarks
Use these options to specify a base URL before HTML string to PDF in C# and VB.NET conversion.
Check out the other articles and code samples on the HTML to PDF features page.
Constructors
- LoadOptions()
Initializes a new instance of the LoadOptions class.
Properties
- BaseUri
Gets or sets the base URL for all relative links.
- UseCache
Gets or sets the value indicating whether it is allowed to use cache.