Click or drag to resize

PdfFormContent Class

Represents a PDF content that is a self-contained description of any sequence of PdfContentElements.
Inheritance Hierarchy

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public sealed class PdfFormContent : PdfVisualContentElement

The PdfFormContent type exposes the following members.

Properties
 NameDescription
Public propertyBounds Gets the bounds of the PdfFormContent.
(Overrides PdfVisualContentElementBounds)
Public propertyContent

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.

Public propertyElementType Gets the Form value.
(Overrides PdfContentElementElementType)
Public propertyForm Gets the form or if the content is a PostScript language fragment or sets the form.
Top
Methods
 NameDescription
Public methodFlatten Replaces the PdfFormContent in the PdfContentElementCollection with a PdfContentGroup that represents flattened representation of the PdfFormContent as specified in the PDF Specification ISO 32000-1:2008, section '8.10 Form XObjects' when the Do operator is applied to a form XObject.
Top
See Also