PdfTextWidget
Pen Property
|
Gets or sets a pen that will be used to draw the text.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPen Pen { get; set; }
Public Property Pen As PdfPen
Get
Set
public:
property PdfPen^ Pen {
PdfPen^ get ();
void set (PdfPen^ value);
}
member Pen : PdfPen with get, set
Property Value
Type:
PdfPen
See Also