Click or drag to resize

IPdfDocumentSave Method (String, IPdfDocument)

Save the PDF document to the specified file.

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

Parameters

fileName
Type: SystemString
Path to the destination file.
source (Optional)
Type: Opait.Barcoder.ApiIPdfDocument
Optional source document for copying document attributes.
See Also