Click or drag to resize

PdfCompositeField AutomaticFields Property

Gets or sets the automatic fields.

Namespace: Spire.Pdf.AutomaticFields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAutomaticField[] AutomaticFields { get; set; }

Property Value

Type: PdfAutomaticField
The automatic fields.
See Also