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 .NET PDF generator article provides essential information on how to generate PDFs with the API.
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.