PdfFormContentForm Property |
Gets the form or if the content is a PostScript language fragment or sets the form.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic PdfForm Form { get; set; }Public Property Form As PdfForm
Get
Set
Property Value
PdfForm
The form or
if the content is a PostScript language fragment.
Exceptions
Remarks
If
PdfForm value that is being set is associated with another
PdfDocument, this property setter will automatically clone it and associate the clone with the current
PdfDocument.
See Also