Click or drag to resize

PdfFormObjectCreate Method

Create new instance of PdfFormObject class

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public static PdfFormObject Create(
	PdfPage page
)

Parameters

page  PdfPage
The PDF page in which the form object should be placed.

Return Value

PdfFormObject
New instance of PdfFormObject
See Also