FontStoringArgsDisposeStream Property

Gets or sets a value indicating whether destionation stream should be disposed.

Namespace:  Aspose.CAD.ImageOptions.SvgOptionsParameters
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public bool DisposeStream { get; set; }

Property Value

Type: Boolean
true if [dispose stream]; otherwise, false.
See Also