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

Get or set the HTML content as a string. (default = nullNothingnullptra null reference (Nothing in Visual Basic))

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

Syntax

C#
public string Text { get; set; }
Visual Basic
Public Property Text As String
	Get
	Set

Remarks

It is not allowed to set both the Path and Text properties.

See Also