Click or drag to resize

PdfFormContentContent Property

Gets the content of the associated Form subject to the Format of the current PdfFormContent.

The returned PdfContent is read-only. To modify the Form's content, use its Content.


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

Property Value

PdfContent
The content of the Form subject to the Format of the current PdfFormContent.
See Also