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

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

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

Syntax

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

Remarks

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

See Also