Click or drag to resize

PdfFieldFont Property

Gets or sets this PdfField's font information.

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

Property Value

Type: PdfFont
Remarks

This property can not be changed if IsLocked is true. This property can not be null. Not all aspects of a PdfFont object are used for all form field types.

See Also