Property IncludeRuntime
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
IncludeRuntime
Gets or sets a value indicating whether the SharpVectors.Runtime.dll
classes are used in the generated output.
public bool IncludeRuntime { get; set; }Property Value
- bool
- This is true if the - SharpVectors.Runtime.dllclasses and types are used in the generated output; otherwise, it is false. The default is true.
Remarks
The use of the SharpVectors.Runtime.dll prevents the hard-coded font path generated by the
FormattedText class, support for embedded images etc.