TdxDocumentImporterOptions.SourceUri Property
Specifies the base URI for the document’s external content.
Declaration
property SourceUri: string read; write;
Property Value
Type |
---|
string |
Remarks
Use the SourceUri property to specify the base URI used by the Rich Edit control to construct an actual URI for the document’s external content. For instance, you can specify the location of the external content of the imported HTML file.
See Also