[]
Writes a StyleSheet object to a Stream.
public void Save(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | A Stream object to write to. |
using (var stream = new MemoryStream())
{
styleSheet.Save(stream);
}
Type | Condition |
---|---|
ArgumentNullException | Throws if |