Click or drag to resize

PdfTextBoxFieldIsRichText Property

Gets or sets a flag indicating whether the text field contains a rich text string.

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool IsRichText { get; set; }

Property Value

Boolean
If true, the Value of this field should be represented as a flat (non-formatted) text version of the RichText property. If the field has a value, the RichText propertry specifies the rich text string.
See Also