Click or drag to resize

PdfDocumentSave Method (Stream, PdfDocument)

Save the PDF document to the specified stream.

Namespace:  Opait.Barcode.Pdf
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public void Save(
	Stream stream,
	PdfDocument source = null
)

Parameters

stream
Type: System.IOStream
The writable stream.
source (Optional)
Type: Opait.Barcode.PdfPdfDocument
Optional source document for copying document attributes.
See Also