Click or drag to resize

PdfDocumentBeginSave Method

Begin incremental save of PDF document to the specified file. Must call EndSave(PdfDocument) after all pages have been saved.

Namespace:  Opait.Barcode.Pdf
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public void BeginSave(
	string fileName
)

Parameters

fileName
Type: SystemString
Path to the saved PDF.
See Also