public final class DrawingSettings extends Object
Allows to adjust the behavior of the drawing library in case of using of some features that are not yet implemented completely.
| Constructor and Description |
|---|
DrawingSettings() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getStrictMode()
Gets a value indicating whether the more strict catching of not implemented features is enabled.
|
static void |
setStrictMode(boolean value)
Sets a value indicating whether the more strict catching of not implemented features is enabled.
|
public static boolean getStrictMode()
Gets a value indicating whether the more strict catching of not implemented features is enabled.
public static void setStrictMode(boolean value)
Sets a value indicating whether the more strict catching of not implemented features is enabled.
value - a value indicating whether the more strict catching of not implemented features is enabled.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.