Click or drag to resize

PdfDocumentEndSave Method

End the incremental save. No more pages can be added after this call.

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

Parameters

source (Optional)
Type: Opait.Barcode.PdfPdfDocument
Optional source document for copying document attributes.
See Also