| PdfFormObjectCreate Method |
Create new instance of PdfFormObject class
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public static PdfFormObject Create(
PdfPage page
)
Public Shared Function Create (
page As PdfPage
) As PdfFormObject
public:
static PdfFormObject^ Create(
PdfPage^ page
)
static member Create :
page : PdfPage -> PdfFormObject
public static PdfFormObject Create(
PdfPage page
)
Patagames.Pdf.Net.PdfFormObject.Create = function(page);
Parameters
- page PdfPage
- The PDF page in which the form object should be placed.
Return Value
PdfFormObjectNew instance of
PdfFormObjectSee Also