Click or drag to resize

IPdfDocumentBeginSave Method

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

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
void BeginSave(
	string fileName
)

Parameters

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