LoadOptionsLoadExternalResources Property |
Gets or sets options that specifies if external document resources should be loaded.
This option with disabled value (false) allows to save loading time for the documents with many or large external resource links.
By default value is enabled (true).
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic bool LoadExternalResources { get; set; }
Public Property LoadExternalResources As Boolean
Get
Set
public:
property bool LoadExternalResources {
bool get ();
void set (bool value);
}
member LoadExternalResources : bool with get, set
Property Value
Type:
Boolean
See Also