HtmlAreaPadding Constructors

Overloads

HtmlAreaPadding(Single)Initializes a new instance of the HtmlAreaPadding class.
HtmlAreaPadding(Single, Single, Single, Single)Initializes a new instance of the HtmlAreaPadding class.

HtmlAreaPadding(Single)

Initializes a new instance of the HtmlAreaPadding class.

public HtmlAreaPadding(float padding)
Public Sub New (padding As Single)

Parameters

padding
Single

Padding of the four sides of HTML Area.

Licensing Info

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

HtmlAreaPadding(Single, Single, Single, Single)

Initializes a new instance of the HtmlAreaPadding class.

public HtmlAreaPadding(float top, float right, float bottom, float left)
Public Sub New (top As Single, right As Single, bottom As Single, left As Single)

Parameters

top
Single

top padding of the HTML Area.

right
Single

right padding of the HTML Area.

bottom
Single

bottom padding of the HTML Area.

left
Single

left padding 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

HtmlAreaPadding
ceTe.DynamicPDF.PageElements.Html

In this topic