 | PdfTextBoxFieldIsRichText Property |
Gets or sets a flag indicating whether the text field contains a rich text string.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool IsRichText { get; set; }
Public Property IsRichText As Boolean
Get
Set
public:
property bool IsRichText {
bool get ();
void set (bool value);
}
member IsRichText : bool with get, set
/** @property */
public boolean get_IsRichText()
/** @property */
public void set_IsRichText(boolean value)
function get_IsRichText();
function set_IsRichText(value);
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