 | GeneralTextFieldCreate Method |
Create a general text form field
The returned form field object is not yet used, but it is associated with the given target document.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.FormsAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.11+448b51188eed077347c3a51591ba80f0b99c42d7
Syntaxpublic static GeneralTextField Create(
Document targetDocument
)
Parameters
- targetDocument Document
-
the output document with which the returned object is associated
Return Value
GeneralTextField
the newly created general text field
Exceptions
See Also