Click or drag to resize

PdfDocumentSavePage Method

Save the specified page. Pages should be saved in sequence as part of the incremental save.

Namespace:  Opait.Barcode.Pdf
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public void SavePage(
	PdfPage page
)

Parameters

page
Type: Opait.Barcode.PdfPdfPage
The PDF page to save.
See Also