PdfBorders
Bottom Property
|
Gets or sets the bottom.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPen Bottom { get; set; }
Public Property Bottom As PdfPen
Get
Set
public:
property PdfPen^ Bottom {
PdfPen^ get ();
void set (PdfPen^ value);
}
member Bottom : PdfPen with get, set
Property Value
Type:
PdfPen
The bottom.
See Also