Click or drag to resize

PdfSignatureShapeFont Property

Gets or sets this PdfSignatureShape's font for typed text input.

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

Property Value

Type: PdfFont
Remarks

This property can not be null.

This property only has an effect if SignatureMethod is TypeText.

See Also