Page tree
Skip to end of metadata
Go to start of metadata

Introduced in build 9.1

Description

Gets or sets whether documents and images can be inserted from URIs (urls and file paths).
C#
vb.net

Remarks

Default is set to false. Images and external documents can only be set from byte arrays. When set to true, images and documents can be set to byte arrays or to a URI (url or filepath) that points to the image or document. Note that this poses a potential security risk associated with downloading unknown files.

Examples

C#
vb.net
  • No labels