Click or drag to resize

IPdfDocumentSavePage Method

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

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
void SavePage(
	IPdfPage page
)

Parameters

page
Type: Opait.Barcoder.ApiIPdfPage
The PDF page to save.
See Also