Skip to content

Commit 74b2344

Browse files
988630-EnablePartialTrustCode
1 parent cbae473 commit 74b2344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document-Processing/Excel/Excel-Library/NET/faqs/in-which-situation-we-use-EnablePartialTrustCode-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: UG
1010

1111
Enable the EnablePartialTrustCode property only in restricted, hosted environments such as Azure App Service. Because, there will be a GDI+ exception thrown while handling meta file images such as emf and wmf formats. When this property is enabled, the images will not be rendered instead of throwing exception.
1212

13-
N> Azure or other sandboxed hosting: set EnablePartialTrustCode = true to bypass EMF/WMF GDI+ exceptions.
13+
N> Azure or other sandboxes hosting: set EnablePartialTrustCode = true to bypass EMF/WMF GDI+ exceptions.
1414
Other environments: keep EnablePartialTrustCode = false for full‑fidelity image rendering.
1515

1616
Use the following code snippet to set the EnablePartialTrustCode property

0 commit comments

Comments
 (0)