[This is preliminary documentation and is subject to change.]

Optional settings that control the HTML to PDF conversion.

Namespace:  TallComponents.Web
Assembly:  TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.2.6

Syntax

C#
public ConversionSettings Settings { get; set; }
Visual Basic (Declaration)
Public Property Settings As ConversionSettings

Remarks

The default value is nullNothingnullptra null reference (Nothing in Visual Basic), meaning that default settings will be used. See ConversionSettings for details.

See Also