HtmlLayout Constructors

Overloads

HtmlLayout(Stream, PageInfo)Initializes a new instance of the HtmlLayout class.
HtmlLayout(Stream, Uri, PageInfo)Initializes a new instance of the HtmlLayout class.
HtmlLayout(String, PageInfo)Initializes a new instance of the HtmlLayout class.
HtmlLayout(String, Uri, PageInfo)Initializes a new instance of the HtmlLayout class.
HtmlLayout(Uri, PageInfo)Initializes a new instance of the HtmlLayout class.
HtmlLayout(Uri, Uri, PageInfo)Initializes a new instance of the HtmlLayout class.

HtmlLayout(Stream, PageInfo)

Initializes a new instance of the HtmlLayout class.

public HtmlLayout(Stream stream, PageInfo pageInfo)
Public Sub New (stream As Stream, pageInfo As PageInfo)

Parameters

stream
Stream

Stream object containing the HTML data for the Html Layout.

pageInfo
PageInfo

The PageInfo representing the size of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

HtmlLayout(Stream, Uri, PageInfo)

Initializes a new instance of the HtmlLayout class.

public HtmlLayout(Stream stream, Uri baseRef, PageInfo pageInfo)
Public Sub New (stream As Stream, baseRef As Uri, pageInfo As PageInfo)

Parameters

stream
Stream

Stream object containing the HTML data for the Html Layout.

baseRef
Uri

Physical file path of the Html resources.

pageInfo
PageInfo

The PageInfo representing the size of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

HtmlLayout(String, PageInfo)

Initializes a new instance of the HtmlLayout class.

public HtmlLayout(string text, PageInfo pageInfo)
Public Sub New (text As String, pageInfo As PageInfo)

Parameters

text
String

Html text to display in the Html Layout.

pageInfo
PageInfo

The PageInfo representing the size of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

HtmlLayout(String, Uri, PageInfo)

Initializes a new instance of the HtmlLayout class.

public HtmlLayout(string text, Uri baseRef, PageInfo pageInfo)
Public Sub New (text As String, baseRef As Uri, pageInfo As PageInfo)

Parameters

text
String

Html text to display in the Html Layout.

baseRef
Uri

Physical file path of the Html resources.

pageInfo
PageInfo

The PageInfo representing the size of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

HtmlLayout(Uri, PageInfo)

Initializes a new instance of the HtmlLayout class.

public HtmlLayout(Uri uri, PageInfo pageInfo)
Public Sub New (uri As Uri, pageInfo As PageInfo)

Parameters

uri
Uri

Physical Html file path of the Html Layout.

pageInfo
PageInfo

The PageInfo representing the size of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

HtmlLayout(Uri, Uri, PageInfo)

Initializes a new instance of the HtmlLayout class.

public HtmlLayout(Uri uri, Uri baseRef, PageInfo pageInfo)
Public Sub New (uri As Uri, baseRef As Uri, pageInfo As PageInfo)

Parameters

uri
Uri

Physical Html file path of the Html Layout.

baseRef
Uri

Physical file path of the Html resources.

pageInfo
PageInfo

The PageInfo representing the size of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

HtmlLayout
ceTe.DynamicPDF

In this topic