ITMSFNCCustomPDFRichTextLib.ExportData Method
Exports a range of the rich text document to a file in the specified format.
API unit family: TMSFNCPDFRichTextLib
Declaring type: ITMSFNCCustomPDFRichTextLib
Overloads
Overload 1
Exports a range of the rich text document to a file in the specified format.
procedure ExportData(AFileName: String; ARange: TTMSFNCPDFRichTextLibRange; AType: TTMSFNCPDFRichTextLibDataType = dtArchivedXMLDocumentType); overload;
Parameters
| Name | Description |
|---|---|
AFileName |
Destination file path. |
ARange |
Character range to export. |
AType |
File format to use for the export. |
Overload 2
Exports the entire rich text document to a file in the specified format.
procedure ExportData(AFileName: String; AType: TTMSFNCPDFRichTextLibDataType = dtArchivedXMLDocumentType); overload;
Parameters
| Name | Description |
|---|---|
AFileName |
Destination file path. |
AType |
File format to use for the export. |