Gets or sets the variable HTML string to be converted to PDF

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public override string Html { get; set; }
Visual Basic
Public Overrides Property Html As String
	Get
	Set
Visual C++
public:
virtual property String^ Html {
	String^ get () override;
	void set (String^ value) override;
}

Property Value

Type: String

See Also