Skip to content

Commit 734b921

Browse files
Added FAQ's
1 parent f940ca1 commit 734b921

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

Document-Processing/PowerPoint/PowerPoint-Library/NET/FAQ.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,13 @@ Install the SkiaSharp.Linux NuGet package for the .NET Core application in Linux
148148

149149
## Multithreading
150150

151-
* [Does the PowerPoint library support multithreading and thread-safety?](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/faqs/multithreading-powerpoint-reading-faqs#does-the-powerpoint-library-support-multithreading-and-thread-safety)
151+
* [Does the PowerPoint library support multithreading and thread-safety?](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/faqs/multithreading-powerpoint-reading-faqs#does-the-powerpoint-library-support-multithreading-and-thread-safety)
152+
153+
## Does PPTX file support sensitivity labels?
154+
No, Presentation library processes the file-level information of PowerPoint. Sensitivity labels are organization-level settings and are not stored within the PPTX file itself. As a result, the Presentation library does not support set or get or preserve sensitivity labels.
155+
156+
## Can Presentation library Open a PPTX file with Sensitivity Labels Applied?
157+
If a PPTX file is encrypted due to its sensitivity label configuration, Presentation library cannot open it because the content is stored in an encrypted format and requires an authorized Microsoft account for access.
158+
159+
## Does the PowerPoint library support asynchronous methods to open or save a presentation?
160+
No, the Syncfusion PowerPoint library does not provide asynchronous APIs for opening or saving presentations. However, the library is highly optimized for performance and is thread‑safe, allowing you to perform presentation processing operations.

Document-Processing/Word/Word-Library/NET/faqs/word-document-faqs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,3 +677,6 @@ No, Sensitivity labels are organization-level settings and are not stored within
677677

678678
## Can DocIO Open a Document with Sensitivity Labels Applied?
679679
If a document is encrypted due to its sensitivity label configuration, DocIO cannot open it because the content is stored in an encrypted format and requires an authorized Microsoft account for access.
680+
681+
## Does the DocIO library support asynchronous methods for opening or saving Word documents?
682+
No, the Syncfusion DocIO library does not currently provide asynchronous APIs for opening or saving Word documents. However, the library is highly optimized for performance and is thread‑safe, allowing you to safely execute document processing operations.

0 commit comments

Comments
 (0)