PDFFlowContentBorders¶
Namespace: O2S.Components.PDF4NET.FlowDocument
Defines the borders (top, right, bottom, left) for a flow content element.
Inheritance Object → PDFFlowContentBorders
Constructors¶
PDFFlowContentBorders()¶
Initializes a new PDFFlowContentBorders object.
PDFFlowContentBorders(PDFFlowContentBorders)¶
Initializes a new PDFFlowContentBorders object with another border.
Parameters
source PDFFlowContentBorders
Source border to copy.
PDFFlowContentBorders(PDFPen)¶
Initializes a new PDFFlowContentBorders object with the specified border.
Parameters
border PDFPen
The initial cell border.
Properties¶
Bottom¶
Gets or sets the bottom border.
Property Value
PDFPen
A PDFPen object that describes how the bottom border is drawn.
Left¶
Gets or sets the left border.
Property Value
PDFPen
A PDFPen object that describes how the left border is drawn.
Right¶
Gets or sets the right border.
Property Value
PDFPen
A PDFPen object that describes how the right border is drawn.
Top¶
Gets or sets the top border.
Property Value
PDFPen
A PDFPen object that describes how the top border is drawn.