Table of Contents

Method Save

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

Save(Document, Stream, SaveConfigToken, Surface?, ProgressEventHandler?, bool)

public void Save(Document input, Stream output, SaveConfigToken token, Surface? scratchSurface = null, ProgressEventHandler? progressCallback = null, bool rememberToken = false)

Parameters

input Document
output Stream
token SaveConfigToken
scratchSurface Surface
progressCallback ProgressEventHandler
rememberToken bool