Layer.Save

Save(string)

Saves the current layer to a PDF document.

public void Save(string outputPath)
ParameterTypeDescription
outputPathStringThe file path where the PDF document will be saved.

See Also


Save(Stream)

Saves the current layer to a PDF document.

public void Save(Stream outputStream)
ParameterTypeDescription
outputStreamStreamThe stream where the PDF document will be saved.

See Also