AutoLayout.AddHtml

Overloads

AddHtml(Stream, [Optional] Uri, [Optional] Boolean, Single?)Adds an HtmlArea to the AutoLayout .
AddHtml(String, [Optional] Uri, [Optional] Boolean, Single?)Adds an HtmlArea to the AutoLayout .
AddHtml(Uri, [Optional] Uri, [Optional] Boolean, Single?)Adds an HtmlArea to the AutoLayout .

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

stream
Stream

Stream object containing the HTML data.

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

HtmlArea

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:

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

HtmlArea

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:

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

HtmlArea

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:

See Also

HtmlArea
AutoLayout
ceTe.DynamicPDF.PageElements

In this topic