Click or drag to resize

PdfTextShapeFont Property

Gets or sets this PdfTextShape's font information.

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public PdfFont Font { get; set; }

Property Value

Type: PdfFont
Remarks
This property can not be null.
See Also