Click or drag to resize

IPdfDocumentSave Method (Stream, IPdfDocument)

Save the PDF document to the specified stream.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
void Save(
	Stream stream,
	IPdfDocument source = null
)

Parameters

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