Rectangle.BorderWidth Property

Gets or sets the border width of the rectangle.

public float BorderWidth { get; set; }
Public Property BorderWidth As Single

Property Value

Single

Licensing Info

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

Remarks

To force the borders not to appear set the border width to any value 0 or less.

See Also

Rectangle
ceTe.DynamicPDF.PageElements

In this topic