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

Whether the DTD specified by the content-type should be loaded and used. (default = true)

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

Syntax

C#
public bool UseDtd { get; set; }
Visual Basic
Public Property UseDtd As Boolean
	Get
	Set

Remarks

Setting this property to true can result in output improvements, however will result is performance loss. Setting to true raises an exception when no content type is defined and entity names must be resolved.

See Also