Property Authentication
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
Authentication
Gets the options for the optional HTTP authentication part of the conversion.
public AuthenticationOptions Authentication { get; }
Property Value
- AuthenticationOptions
The options for the optional HTTP authentication part of the conversion.
Remarks
Read the Convert HTML to PDF in C# and VB.NET article for examples of using this property.