ITMSFNCCustomPDFRichTextLib.SetRichText Method
Replaces the document content with rich text parsed from the given serialized string.
API unit family: TMSFNCPDFRichTextLib
Declaring type: ITMSFNCCustomPDFRichTextLib
Syntax
procedure SetRichText(ARichText: String; ADataType: TTMSFNCPDFRichTextLibDataType = dtArchivedXMLDocumentType);
Parameters
| Name | Description |
|---|---|
ARichText |
Serialized rich text string to load. |
ADataType |
Format of the input string. |