DrawingSettings.StrictMode
DrawingSettings.StrictMode property
Gets or sets a value indicating whether the more strict catching of not implemented features is enabled.
public static bool StrictMode { get; set; }
Remarks
If set to true, in case of using features/parameters that not work correctly in current implementation the library will throw NotImplementedException. If set to false, some parameters may be ignored to give user program chance to work. In that case the drawing results may look different comparing to GDI+.
See Also
- class DrawingSettings
- namespace System.Drawing
- assembly Aspose.Drawing