 | PdfDocumentSave Method (String, PdfDocument) |
Save the PDF document to the specified file.
Namespace:
Opait.Barcode.Pdf
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic void Save(
string fileName,
PdfDocument source = null
)
Parameters
- fileName
- Type: SystemString
Path to the destination file. - source (Optional)
- Type: Opait.Barcode.PdfPdfDocument
Optional source document for copying document attributes.
See Also