Table of Contents

Class Border

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

The border settings.

public sealed class Border
Inheritance
Border
Inherited Members

Remarks

Read the Decoration section of the Containers and their content article for examples of using borders.

The Getting Started with Layout API article provides essential information on how to generate PDFs with the API.

Check out the other articles and code samples on the C# PDF generation library page.

Methods

Bottom(double)

Sets thickness of the bottom horizontal border.

Color(PdfColor, int)

Sets the color and opacity for this border.

Left(double)

Sets thickness of the left vertical border.

Right(double)

Sets thickness of the right vertical border.

Thickness(double)

Sets thickness of horizontal and vertical borders.

Top(double)

Sets thickness of the top horizontal border.