Click or drag to resize

PdfFormContentForm Property

Gets the form or if the content is a PostScript language fragment or sets the form.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public PdfForm Form { get; set; }

Property Value

PdfForm
The form or if the content is a PostScript language fragment.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is .
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