Click or drag to resize

PdfPageConvertToForm Method

Converts the PdfPage to a PdfForm.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfForm ConvertToForm(
	PdfDocument document
)

Parameters

document  PdfDocument
The PdfDocument associated with the PdfForm.

Return Value

PdfForm
A PdfForm with the same contents as this PdfPage.
See Also