HTML2PDF Constructor (String)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| HTML2PDF Constructor (String) |
| HTML2PDF Class See Also Send Feedback |
Initializes a new instance of the HTML2PDF class
Namespace:Â CuteEditor.Convertor.PDFAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public HTML2PDF( string html ) |
| Visual Basic |
|---|
Public Sub New ( _ html As String _ ) |
| Visual C++ |
|---|
public: HTML2PDF( String^ html ) |
Parameters
- html
- Type: System..::..String