Click or drag to resize
Pdf Library for .NET

PdfResizeManagerSave(Stream) Method

Saves the pdf document to the specified stream.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public override void Save(
	Stream stream
)

Parameters

stream  Stream
The stream where to save the pdf document.
See Also