AutoLayout.AddHtml
Overloads
AddHtml(Stream, [Optional] Uri, [Optional] Boolean, Single?)
Adds an HtmlArea to the AutoLayout .
public HtmlArea AddHtml(Stream stream, [Uri baseHref = null], [bool newPage = False], [float? topPadding = null])
Function AddHtml(stream As Stream, Optional baseHref As Uri = null, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As HtmlArea
Parameters
- baseHref
- Uri
Basehref of the HTML Area.
- newPage
- Boolean
Adds the element to the next page if set to true. By default it is false.
- topPadding
- Single?
Top padding for the element.
Returns
Returns a HtmlArea object.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
AddHtml(String, [Optional] Uri, [Optional] Boolean, Single?)
Adds an HtmlArea to the AutoLayout .
public HtmlArea AddHtml(string text, [Uri baseHref = null], [bool newPage = False], [float? topPadding = null])
Function AddHtml(text As String, Optional baseHref As Uri = null, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As HtmlArea
Parameters
- text
- String
Text to display in the HTML Area.
- baseHref
- Uri
Basehref of the HTML Area.
- newPage
- Boolean
Adds the element to the next page if set to true. By default it is false.
- topPadding
- Single?
Top padding for the element.
Returns
Returns a HtmlArea object.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
AddHtml(Uri, [Optional] Uri, [Optional] Boolean, Single?)
Adds an HtmlArea to the AutoLayout .
public HtmlArea AddHtml(Uri uri, [Uri baseHref = null], [bool newPage = False], [float? topPadding = null])
Function AddHtml(uri As Uri, Optional baseHref As Uri = null, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As HtmlArea
Parameters
- uri
- Uri
Physical file path of the HTML Area.
- baseHref
- Uri
Basehref of the HTML Area.
- newPage
- Boolean
Adds the element to the next page if set to true. By default it is false.
- topPadding
- Single?
Top padding for the element.
Returns
Returns a HtmlArea object.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.