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

Syntax

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

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