 | 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
Syntaxpublic 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