[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.4.1

Syntax

C#
public ConversionSettings Settings { get; set; }
Visual Basic
Public Property Settings As ConversionSettings
	Get
	Set

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