TdxDocumentImporterOptions.SourceUri Property
In This Article
Specifies the base URI for the document’s external content.
#Declaration
Delphi
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