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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

If set to true, allows for images and documents modifiers to accept a URI (url or file path) to get the image or document from. Without this property set to true images and external documents can only be set from byte arrays. This must be explicitely allowed due to the potential security risk associated with downloading unknown files.

Examples

C#
vb.net
  • No labels