HtmlArea Constructors

Overloads

HtmlArea(Stream, Single, Single, Single, Single)Initializes a new instance of the HtmlArea class.
HtmlArea(Stream, Single, Single, Uri, Single, Single)Initializes a new instance of the HtmlArea class.
HtmlArea(String, Single, Single, Single, Single)Initializes a new instance of the HtmlArea class.
HtmlArea(String, Single, Single, Uri, Single, Single)Initializes a new instance of the HtmlArea class.
HtmlArea(Uri, Single, Single, Single, Single)Initializes a new instance of the HtmlArea class.
HtmlArea(Uri, Single, Single, Uri, Single, Single)Initializes a new instance of the HtmlArea class.

HtmlArea(Stream, Single, Single, Single, Single)

Initializes a new instance of the HtmlArea class.

public HtmlArea(Stream stream, float x, float y, float width, float height)
Public Sub New (stream As Stream, x As Single, y As Single, width As Single, height As Single)

Parameters

stream
Stream

Stream object containing the HTML data.

x
Single

X coordinate of the HTML Area.

y
Single

Y coordinate of the HTML Area.

width
Single

Width of the HTML Area.

height
Single

Height of the HTML Area.

Licensing Info

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

HtmlArea(Stream, Single, Single, Uri, Single, Single)

Initializes a new instance of the HtmlArea class.

public HtmlArea(Stream stream, float x, float y, Uri baseHref, float width, float height)
Public Sub New (stream As Stream, x As Single, y As Single, baseHref As Uri, width As Single, height As Single)

Parameters

stream
Stream

Stream object containing the HTML data.

x
Single

X coordinate of the HTML Area.

y
Single

Y coordinate of the HTML Area.

baseHref
Uri

Basehref of the HTML Area.

width
Single

Width of the HTML Area.

height
Single

Height of the HTML Area.

Licensing Info

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

HtmlArea(String, Single, Single, Single, Single)

Initializes a new instance of the HtmlArea class.

public HtmlArea(string text, float x, float y, float width, float height)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single)

Parameters

text
String

Text to display in the HTML Area.

x
Single

X coordinate of the HTML Area.

y
Single

Y coordinate of the HTML Area.

width
Single

Width of the HTML Area.

height
Single

Height of the HTML Area.

Licensing Info

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

HtmlArea(String, Single, Single, Uri, Single, Single)

Initializes a new instance of the HtmlArea class.

public HtmlArea(string text, float x, float y, Uri baseHref, float width, float height)
Public Sub New (text As String, x As Single, y As Single, baseHref As Uri, width As Single, height As Single)

Parameters

text
String

Text to display in the HTML Area.

x
Single

X coordinate of the HTML Area.

y
Single

Y coordinate of the HTML Area.

baseHref
Uri

Basehref of the HTML Area.

width
Single

Width of the HTML Area.

height
Single

Height of the HTML Area.

Licensing Info

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

HtmlArea(Uri, Single, Single, Single, Single)

Initializes a new instance of the HtmlArea class.

public HtmlArea(Uri uri, float x, float y, float width, float height)
Public Sub New (uri As Uri, x As Single, y As Single, width As Single, height As Single)

Parameters

uri
Uri

Physical file path of the HTML Area.

x
Single

X coordinate of the HTML Area.

y
Single

Y coordinate of the HTML Area.

width
Single

Width of the HTML Area.

height
Single

Height of the HTML Area.

Licensing Info

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

HtmlArea(Uri, Single, Single, Uri, Single, Single)

Initializes a new instance of the HtmlArea class.

public HtmlArea(Uri uri, float x, float y, Uri baseHref, float width, float height)
Public Sub New (uri As Uri, x As Single, y As Single, baseHref As Uri, width As Single, height As Single)

Parameters

uri
Uri

Physical file path of the HTML Area.

x
Single

X coordinate of the HTML Area.

y
Single

Y coordinate of the HTML Area.

baseHref
Uri

Basehref of the HTML Area.

width
Single

Width of the HTML Area.

height
Single

Height of the HTML Area.

Licensing Info

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

See Also

HtmlArea
ceTe.DynamicPDF.PageElements.Html

In this topic