Browse Source

Fix build

Marcin Ziąbek 2 months ago
parent
commit
0b0b5bcffe
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Source/QuestPDF/Settings.cs

+ 6 - 0
Source/QuestPDF/Settings.cs

@@ -62,6 +62,12 @@ namespace QuestPDF
         {
             Helpers.Helpers.ApplicationFilesPath
         };
+
+        /// <summary>
+        /// Gets or sets the file path used for temporary storage during the document generation process.
+        /// This path is used by various operations that require temporary files.
+        /// </summary>
+        public static string? TemporaryStoragePath { get; set; }
         
         static Settings()
         {