Border Constructor

Initializes a new instance of the Border class.

public Border(Color color, int thickness)
Public Sub New (color As Color, thickness As Integer)

Parameters

color
Color

The color of the PDF page border.

thickness
Int32

The thickness of the PDF page border.

Licensing Info

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

See Also

Border
ceTe.DynamicPDF.Printing

In this topic