Improved documentation for the DocumentLayoutExceptionThreshold setting by providing the unit information

This commit is contained in:
MarcinZiabek
2023-01-10 12:23:48 +01:00
parent 641cc6dee2
commit 84d7fcf41f
+1 -1
View File
@@ -3,7 +3,7 @@
public static class Settings
{
/// <summary>
/// This value represents the maximum length of the document that the library produces.
/// This value represents the maximum number of pages that the library produces.
/// This is useful when layout constraints are too strong, e.g. one element does not fit in another.
/// In such cases, the library would produce document of infinite length, consuming all available resources.
/// To break the algorithm and save the environment, the library breaks the rendering process after reaching specified length of document.