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
Syntaxpublic bool DisposeStream { get; set; }
Public Property DisposeStream As Boolean
Get
Set
public:
property bool DisposeStream {
bool get ();
void set (bool value);
}
member DisposeStream : bool with get, set
Property Value
Type:
Booleantrue if [dispose stream]; otherwise,
false.
See Also