Gets or sets the HTML string to be converted to PDF
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public virtual string Html { get; set; } |
| Visual Basic |
|---|
Public Overridable Property Html As String Get Set |
| Visual C++ |
|---|
public: virtual property String^ Html { String^ get (); void set (String^ value); } |