PdfCellStyle
TextPen Property
|
Gets or sets the font which will be used to draw text outlines.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPen TextPen { get; set; }
Public Property TextPen As PdfPen
Get
Set
public:
property PdfPen^ TextPen {
PdfPen^ get ();
void set (PdfPen^ value);
}
member TextPen : PdfPen with get, set
Property Value
Type:
PdfPen
Remarks
It should be null for default text representation.
See Also