Skip to content

PDFFlowContentBorders

Namespace: O2S.Components.PDF4NET.FlowDocument

Defines the borders (top, right, bottom, left) for a flow content element.

public class PDFFlowContentBorders

Inheritance ObjectPDFFlowContentBorders

Constructors

PDFFlowContentBorders()

Initializes a new PDFFlowContentBorders object.

public PDFFlowContentBorders()

PDFFlowContentBorders(PDFFlowContentBorders)

Initializes a new PDFFlowContentBorders object with another border.

public PDFFlowContentBorders(PDFFlowContentBorders source)

Parameters

source PDFFlowContentBorders
Source border to copy.


PDFFlowContentBorders(PDFPen)

Initializes a new PDFFlowContentBorders object with the specified border.

public PDFFlowContentBorders(PDFPen border)

Parameters

border PDFPen
The initial cell border.


Properties

Bottom

Gets or sets the bottom border.

public PDFPen Bottom { get; set; }

Property Value

PDFPen
A PDFPen object that describes how the bottom border is drawn.


Left

Gets or sets the left border.

public PDFPen Left { get; set; }

Property Value

PDFPen
A PDFPen object that describes how the left border is drawn.


Gets or sets the right border.

public PDFPen Right { get; set; }

Property Value

PDFPen
A PDFPen object that describes how the right border is drawn.


Top

Gets or sets the top border.

public PDFPen Top { get; set; }

Property Value

PDFPen
A PDFPen object that describes how the top border is drawn.