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
Licensing Info
This constructor 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.
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
- baseRef
- Uri
Physical file path of the Html resources.
Licensing Info
This constructor 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.
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.
Licensing Info
This constructor 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.
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.
Licensing Info
This constructor 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.
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.
Licensing Info
This constructor 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.
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.
Licensing Info
This constructor 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.