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

Whether the input is already be strict XHTML (well formed). (default = false)

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

Syntax

C#
public bool Strict { get; set; }
Visual Basic (Declaration)
Public Property Strict As Boolean

Remarks

Setting this property to true, gives performance improvements when already well formed. However it raises an exception when it's not wellformed.

See Also